Package org.drinkless.tdlib
Class TdApi.ChatEventVideoChatEnded
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.ChatEventAction
-
- org.drinkless.tdlib.TdApi.ChatEventVideoChatEnded
-
- Enclosing class:
- TdApi
public static class TdApi.ChatEventVideoChatEnded extends TdApi.ChatEventAction
A video chat was ended.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.intgroupCallIdIdentifier of the video chat.
-
Constructor Summary
Constructors Constructor Description ChatEventVideoChatEnded()A video chat was ended.ChatEventVideoChatEnded(int groupCallId)A video chat was ended.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
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.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-