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