Package org.drinkless.tdlib
Class TdApi.UpdateChatIsMarkedAsUnread
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Update
-
- org.drinkless.tdlib.TdApi.UpdateChatIsMarkedAsUnread
-
- Enclosing class:
- TdApi
public static class TdApi.UpdateChatIsMarkedAsUnread extends TdApi.Update
A chat was marked as unread or was read.
-
-
Field Summary
Fields Modifier and Type Field Description longchatIdChat identifier.static intCONSTRUCTORIdentifier uniquely determining type of the object.booleanisMarkedAsUnreadNew value of isMarkedAsUnread.
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
chatId
public long chatId
Chat identifier.
-
isMarkedAsUnread
public boolean isMarkedAsUnread
New value of isMarkedAsUnread.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UpdateChatIsMarkedAsUnread
public UpdateChatIsMarkedAsUnread()
A chat was marked as unread or was read.
-
UpdateChatIsMarkedAsUnread
public UpdateChatIsMarkedAsUnread(long chatId, boolean isMarkedAsUnread)A chat was marked as unread or was read.- Parameters:
chatId- Chat identifier.isMarkedAsUnread- New value of isMarkedAsUnread.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-