Class TdApi.SetVoiceChatDefaultParticipant

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

public static class TdApi.SetVoiceChatDefaultParticipant
extends TdApi.Function
Changes default participant identifier, which can be used to join voice chats in a chat.

Returns Ok

  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • defaultParticipantId

      public TdApi.MessageSender defaultParticipantId
      Default group call participant identifier to join the voice chats.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • SetVoiceChatDefaultParticipant

      public SetVoiceChatDefaultParticipant()
      Changes default participant identifier, which can be used to join voice chats in a chat.

      Returns Ok

    • SetVoiceChatDefaultParticipant

      public SetVoiceChatDefaultParticipant​(long chatId, TdApi.MessageSender defaultParticipantId)
      Changes default participant identifier, which can be used to join voice chats in a chat.

      Returns Ok

      Parameters:
      chatId - long Chat identifier.
      defaultParticipantId - MessageSender Default group call participant identifier to join the voice chats.
    • SetVoiceChatDefaultParticipant

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