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