Package org.drinkless.tdlib
Class TdApi.ToggleForumTopicIsPinned
- Enclosing class:
- TdApi
Changes the pinned state of a forum topic; requires canManageTopics administrator right in the supergroup. There can be up to getOption("pinned_forum_topic_count_max") pinned forum topics.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intIdentifier uniquely determining type of the object.booleanPass true to pin the topic; pass false to unpin it.longMessage thread identifier of the forum topic. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which changes the pinned state of a forum topic; requires canManageTopics administrator right in the supergroup.ToggleForumTopicIsPinned(long chatId, long messageThreadId, boolean isPinned) Creates a function, which changes the pinned state of a forum topic; requires canManageTopics administrator right in the supergroup. -
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 of the forum topic. -
isPinned
public boolean isPinnedPass true to pin the topic; pass false to unpin it. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ToggleForumTopicIsPinned
public ToggleForumTopicIsPinned()Default constructor for a function, which changes the pinned state of a forum topic; requires canManageTopics administrator right in the supergroup. There can be up to getOption("pinned_forum_topic_count_max") pinned forum topics.Returns
Ok -
ToggleForumTopicIsPinned
public ToggleForumTopicIsPinned(long chatId, long messageThreadId, boolean isPinned) Creates a function, which changes the pinned state of a forum topic; requires canManageTopics administrator right in the supergroup. There can be up to getOption("pinned_forum_topic_count_max") pinned forum topics.Returns
Ok- Parameters:
chatId- Chat identifier.messageThreadId- Message thread identifier of the forum topic.isPinned- Pass true to pin the topic; pass false to unpin it.
-
-
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
-