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