Class TdApi.GetVideoChatAvailableParticipants

Enclosing class:
TdApi

public static class TdApi.GetVideoChatAvailableParticipants extends TdApi.Function<TdApi.MessageSenders>
Returns the 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
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • GetVideoChatAvailableParticipants

      public GetVideoChatAvailableParticipants()
      Default constructor for a function, which returns the list of participant identifiers, on whose behalf a video chat in the chat can be joined.

      Returns MessageSenders

    • GetVideoChatAvailableParticipants

      public GetVideoChatAvailableParticipants(long chatId)
      Creates a function, which returns the list of participant identifiers, on whose behalf a video chat in the chat can be joined.

      Returns MessageSenders

      Parameters:
      chatId - Chat identifier.
  • Method Details