Package org.drinkless.tdlib
Class TdApi.ReadAllMessageThreadMentions
- Enclosing class:
- TdApi
Marks all mentions in a forum topic as read.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intIdentifier uniquely determining type of the object.longMessage thread identifier in which mentions are marked as read. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which marks all mentions in a forum topic as read.ReadAllMessageThreadMentions(long chatId, long messageThreadId) Creates a function, which marks all mentions in a forum topic as read. -
Method Summary
Modifier and TypeMethodDescriptionintReturns 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. -
messageThreadId
public long messageThreadIdMessage thread identifier in which mentions are marked as read. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ReadAllMessageThreadMentions
public ReadAllMessageThreadMentions()Default constructor for a function, which marks all mentions in a forum topic as read.Returns
Ok -
ReadAllMessageThreadMentions
public ReadAllMessageThreadMentions(long chatId, long messageThreadId) Creates a function, which marks all mentions in a forum topic as read.Returns
Ok- Parameters:
chatId- Chat identifier.messageThreadId- Message thread identifier in which mentions are marked as read.
-
-
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
-