Class TdApi.MessageVoiceChatStarted

Enclosing class:
TdApi

public static class TdApi.MessageVoiceChatStarted
extends TdApi.MessageContent
A newly created voice chat.
  • Field Details

    • groupCallId

      public int groupCallId
      Identifier of the voice chat. The voice chat can be received through the method getGroupCall.
    • CONSTRUCTOR

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

    • MessageVoiceChatStarted

      public MessageVoiceChatStarted()
      A newly created voice chat.
    • MessageVoiceChatStarted

      public MessageVoiceChatStarted​(int groupCallId)
      A newly created voice chat.
      Parameters:
      groupCallId - int Identifier of the voice chat. The voice chat can be received through the method getGroupCall.
    • MessageVoiceChatStarted

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