Class TdApi.GetVoiceChatAvailableParticipants

Enclosing class:
TdApi

public static class TdApi.GetVoiceChatAvailableParticipants extends TdApi.Function<TdApi.MessageSenders>
Returns list of participant identifiers, which can be used to join voice chats in a chat.

Returns MessageSenders

  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • GetVoiceChatAvailableParticipants

      public GetVoiceChatAvailableParticipants()
      Returns list of participant identifiers, which can be used to join voice chats in a chat.

      Returns MessageSenders

    • GetVoiceChatAvailableParticipants

      public GetVoiceChatAvailableParticipants(long chatId)
      Returns list of participant identifiers, which can be used to join voice chats in a chat.

      Returns MessageSenders

      Parameters:
      chatId - long Chat identifier.
    • GetVoiceChatAvailableParticipants

      public GetVoiceChatAvailableParticipants(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details