public static class TdApi.UpdateChatVideoChat extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.VideoChat |
videoChat
New value of videoChat.
|
| Constructor and Description |
|---|
UpdateChatVideoChat()
A chat video chat state has changed.
|
UpdateChatVideoChat(long chatId,
TdApi.VideoChat videoChat)
A chat video chat state has changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public TdApi.VideoChat videoChat
public static final int CONSTRUCTOR
public UpdateChatVideoChat()
public UpdateChatVideoChat(long chatId,
TdApi.VideoChat videoChat)
chatId - Chat identifier.videoChat - New value of videoChat.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object