public static class TdApi.UpdateChatReadOutbox extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
lastReadOutboxMessageId
Identifier of last read outgoing message.
|
| Constructor and Description |
|---|
UpdateChatReadOutbox()
Outgoing messages were read.
|
UpdateChatReadOutbox(long chatId,
long lastReadOutboxMessageId)
Outgoing messages were read.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public long lastReadOutboxMessageId
public static final int CONSTRUCTOR
public UpdateChatReadOutbox()
public UpdateChatReadOutbox(long chatId,
long lastReadOutboxMessageId)
chatId - Chat identifier.lastReadOutboxMessageId - Identifier of last read outgoing message.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object