Module tdlight.api

Class TdApi.GetVideoChatAvailableParticipants

Enclosing class:
TdApi

public static final class TdApi.GetVideoChatAvailableParticipants extends TdApi.Function<TdApi.MessageSenders>
Returns list of participant identifiers, on whose behalf a video chat in the chat can be joined. Returns MessageSenders
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • GetVideoChatAvailableParticipants

      public GetVideoChatAvailableParticipants()
      Returns list of participant identifiers, on whose behalf a video chat in the chat can be joined. Returns MessageSenders
    • GetVideoChatAvailableParticipants

      public GetVideoChatAvailableParticipants(long chatId)
      Returns list of participant identifiers, on whose behalf a video chat in the chat can be joined. Returns MessageSenders
      Parameters:
      chatId - long Chat identifier.
    • GetVideoChatAvailableParticipants

      public GetVideoChatAvailableParticipants(DataInput input) throws IOException
      Returns list of participant identifiers, on whose behalf a video chat in the chat can be joined. Returns MessageSenders
      Throws:
      IOException
  • Method Details