public static class TdApi.UpdateChatIsMarkedAsUnread extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isMarkedAsUnread
New value of isMarkedAsUnread.
|
| Constructor and Description |
|---|
UpdateChatIsMarkedAsUnread()
A chat was marked as unread or was read.
|
UpdateChatIsMarkedAsUnread(long chatId,
boolean isMarkedAsUnread)
A chat was marked as unread or was read.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public boolean isMarkedAsUnread
public static final int CONSTRUCTOR
public UpdateChatIsMarkedAsUnread()
public UpdateChatIsMarkedAsUnread(long chatId,
boolean isMarkedAsUnread)
chatId - Chat identifier.isMarkedAsUnread - New value of isMarkedAsUnread.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object