Class TdApi.GetVoiceChatAvailableParticipants

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.GetVoiceChatAvailableParticipants
Enclosing class:
TdApi

public static class TdApi.GetVoiceChatAvailableParticipants
extends TdApi.Function
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:
      Constant Field Values
  • 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