Class TdApi.ChatEventVideoChatEnded

    • Field Detail

      • 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
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ChatEventVideoChatEnded

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

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