public static class TdApi.UpdateChatVideoChat extends TdApi.Update
TdApi.Update.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Update