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
A chat was marked as unread or was read.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
Chat identifier.static final int
Identifier uniquely determining type of the object.boolean
New value of isMarkedAsUnread. -
Constructor Summary
ConstructorsConstructorDescriptionA chat was marked as unread or was read.UpdateChatIsMarkedAsUnread
(long chatId, boolean isMarkedAsUnread) A chat was marked as unread or was read. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
chatId
public long chatIdChat identifier. -
isMarkedAsUnread
public boolean isMarkedAsUnreadNew value of isMarkedAsUnread. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
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 Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-