public static class TdApi.UpdateChatReadInbox extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
lastReadInboxMessageId
Identifier of the last read incoming message.
|
int |
unreadCount
The number of unread messages left in the chat.
|
| Constructor and Description |
|---|
UpdateChatReadInbox()
Incoming messages were read or the number of unread messages has been changed.
|
UpdateChatReadInbox(long chatId,
long lastReadInboxMessageId,
int unreadCount)
Incoming messages were read or the number of unread messages has been changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public long lastReadInboxMessageId
public int unreadCount
public static final int CONSTRUCTOR
public UpdateChatReadInbox()
public UpdateChatReadInbox(long chatId,
long lastReadInboxMessageId,
int unreadCount)
chatId - Chat identifier.lastReadInboxMessageId - Identifier of the last read incoming message.unreadCount - The number of unread messages left in the chat.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object