Class TdApi.ChatEventVoiceChatCreated

Enclosing class:
TdApi

public static class TdApi.ChatEventVoiceChatCreated
extends TdApi.ChatEventAction
A voice chat was created.
  • 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

    • ChatEventVoiceChatCreated

      public ChatEventVoiceChatCreated()
      A voice chat was created.
    • ChatEventVoiceChatCreated

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

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