Class TdApi.ChatEventVoiceChatDiscarded

Enclosing class:
TdApi

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

    • ChatEventVoiceChatDiscarded

      public ChatEventVoiceChatDiscarded()
      A voice chat was discarded.
    • ChatEventVoiceChatDiscarded

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

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