Class TdApi.SetLiveStoryMessageSender

Enclosing class:
TdApi

public static class TdApi.SetLiveStoryMessageSender extends TdApi.Function<TdApi.Ok>
Selects a message sender to send messages in a live story call.

Returns Ok

  • Field Details

    • groupCallId

      public int groupCallId
      Group call identifier.
    • messageSenderId

      public TdApi.MessageSender messageSenderId
      New message sender for the group call.
    • CONSTRUCTOR

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

    • SetLiveStoryMessageSender

      public SetLiveStoryMessageSender()
      Default constructor for a function, which selects a message sender to send messages in a live story call.

      Returns Ok

    • SetLiveStoryMessageSender

      public SetLiveStoryMessageSender(int groupCallId, TdApi.MessageSender messageSenderId)
      Creates a function, which selects a message sender to send messages in a live story call.

      Returns Ok

      Parameters:
      groupCallId - Group call identifier.
      messageSenderId - New message sender for the group 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