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 TypeFieldDescriptionlongChat identifier.static final intIdentifier uniquely determining type of the object.booleanNew 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 TypeMethodDescriptionintReturns 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.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-