Package org.drinkless.tdlib
Class TdApi.ToggleChatIsMarkedAsUnread
- Enclosing class:
- TdApi
Changes the marked as unread state of a chat.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
Chat identifier.static final int
Identifier uniquely determining type of the object.boolean
New value of isMarkedAsUnread. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which changes the marked as unread state of a chat.ToggleChatIsMarkedAsUnread
(long chatId, boolean isMarkedAsUnread) Creates a function, which changes the marked as unread state of a chat. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
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
-
ToggleChatIsMarkedAsUnread
public ToggleChatIsMarkedAsUnread()Default constructor for a function, which changes the marked as unread state of a chat.Returns
Ok
-
ToggleChatIsMarkedAsUnread
public ToggleChatIsMarkedAsUnread(long chatId, boolean isMarkedAsUnread) Creates a function, which changes the marked as unread state of a chat.Returns
Ok
- 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
-