public static class TdApi.UpdateChatAction extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
TdApi.ChatAction |
action
The action.
|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
messageThreadId
If not 0, the message thread identifier in which the action was performed.
|
TdApi.MessageSender |
senderId
Identifier of a message sender performing the action.
|
| Constructor and Description |
|---|
UpdateChatAction()
A message sender activity in the chat has changed.
|
UpdateChatAction(long chatId,
long messageThreadId,
TdApi.MessageSender senderId,
TdApi.ChatAction action)
A message sender activity in the chat has changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public long messageThreadId
public TdApi.MessageSender senderId
public TdApi.ChatAction action
public static final int CONSTRUCTOR
public UpdateChatAction()
public UpdateChatAction(long chatId,
long messageThreadId,
TdApi.MessageSender senderId,
TdApi.ChatAction action)
chatId - Chat identifier.messageThreadId - If not 0, the message thread identifier in which the action was performed.senderId - Identifier of a message sender performing the action.action - The action.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object