Package org.drinkless.tdlib
Class TdApi.ToggleForumTopicIsClosed
- Enclosing class:
- TdApi
Toggles whether a topic is closed in a forum supergroup chat; requires canManageTopics administrator right in the supergroup unless the user is creator of the topic.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongIdentifier of the chat.static final intIdentifier uniquely determining type of the object.booleanPass true to close the topic; pass false to reopen it.longMessage thread identifier of the forum topic. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which toggles whether a topic is closed in a forum supergroup chat; requires canManageTopics administrator right in the supergroup unless the user is creator of the topic.ToggleForumTopicIsClosed(long chatId, long messageThreadId, boolean isClosed) Creates a function, which toggles whether a topic is closed in a forum supergroup chat; requires canManageTopics administrator right in the supergroup unless the user is creator of the topic. -
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 chatIdIdentifier of the chat. -
messageThreadId
public long messageThreadIdMessage thread identifier of the forum topic. -
isClosed
public boolean isClosedPass true to close the topic; pass false to reopen it. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ToggleForumTopicIsClosed
public ToggleForumTopicIsClosed()Default constructor for a function, which toggles whether a topic is closed in a forum supergroup chat; requires canManageTopics administrator right in the supergroup unless the user is creator of the topic.Returns
Ok -
ToggleForumTopicIsClosed
public ToggleForumTopicIsClosed(long chatId, long messageThreadId, boolean isClosed) Creates a function, which toggles whether a topic is closed in a forum supergroup chat; requires canManageTopics administrator right in the supergroup unless the user is creator of the topic.Returns
Ok- Parameters:
chatId- Identifier of the chat.messageThreadId- Message thread identifier of the forum topic.isClosed- Pass true to close the topic; pass false to reopen 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
-