public static class TdApi.UpdateChatEmojiStatus extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.EmojiStatus |
emojiStatus
The new chat emoji status; may be null.
|
| Constructor and Description |
|---|
UpdateChatEmojiStatus()
Chat emoji status has changed.
|
UpdateChatEmojiStatus(long chatId,
TdApi.EmojiStatus emojiStatus)
Chat emoji status has changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public TdApi.EmojiStatus emojiStatus
public static final int CONSTRUCTOR
public UpdateChatEmojiStatus()
public UpdateChatEmojiStatus(long chatId,
TdApi.EmojiStatus emojiStatus)
chatId - Chat identifier.emojiStatus - The new chat emoji status; may be null.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object