Module tdlight.api

Class TdApi.ChatEventVideoChatEnded

Enclosing class:
TdApi

public static final class TdApi.ChatEventVideoChatEnded extends TdApi.ChatEventAction
A video chat was ended.
  • 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

    • ChatEventVideoChatEnded

      public ChatEventVideoChatEnded()
      A video chat was ended.
    • ChatEventVideoChatEnded

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

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