Module tdlight.api

Class TdApi.ChatEventVideoChatDiscarded

Enclosing class:
TdApi

public static final class TdApi.ChatEventVideoChatDiscarded extends TdApi.ChatEventAction
A video chat was discarded.
  • Field Details

    • groupCallId

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

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • ChatEventVideoChatDiscarded

      public ChatEventVideoChatDiscarded()
      A video chat was discarded.
    • ChatEventVideoChatDiscarded

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

      public ChatEventVideoChatDiscarded(DataInput input) throws IOException
      A video chat was discarded.
      Throws:
      IOException
  • Method Details