public static class TdApi.ChatEventVideoChatEnded extends TdApi.ChatEventAction
TdApi.ChatEventAction.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
groupCallId
Identifier of the video chat.
|
Constructor and Description |
---|
ChatEventVideoChatEnded()
A video chat was ended.
|
ChatEventVideoChatEnded(int groupCallId)
A video chat was ended.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int groupCallId
public static final int CONSTRUCTOR
public ChatEventVideoChatEnded()
public ChatEventVideoChatEnded(int groupCallId)
groupCallId
- Identifier of the video chat. The video chat can be received through the method getGroupCall.public int getConstructor()
getConstructor
in class TdApi.ChatEventAction