Class TdApi.JoinLiveStory

Enclosing class:
TdApi

public static class TdApi.JoinLiveStory extends TdApi.Function<TdApi.Text>
Joins a group call of an active live story. Returns join response payload for tgcalls.

Returns Text

  • Field Details

    • groupCallId

      public int groupCallId
      Group call identifier.
    • joinParameters

      public TdApi.GroupCallJoinParameters joinParameters
      Parameters to join the call.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • JoinLiveStory

      public JoinLiveStory()
      Default constructor for a function, which joins a group call of an active live story. Returns join response payload for tgcalls.

      Returns Text

    • JoinLiveStory

      public JoinLiveStory(int groupCallId, TdApi.GroupCallJoinParameters joinParameters)
      Creates a function, which joins a group call of an active live story. Returns join response payload for tgcalls.

      Returns Text

      Parameters:
      groupCallId - Group call identifier.
      joinParameters - Parameters to join the call.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR