Package org.drinkless.tdlib
Class TdApi.ToggleSavedMessagesTopicIsPinned
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.Ok>
org.drinkless.tdlib.TdApi.ToggleSavedMessagesTopicIsPinned
- Enclosing class:
- TdApi
Changes the pinned state of a Saved Messages topic. There can be up to getOption("pinned_saved_messages_topic_count_max") pinned topics. The limit can be increased with Telegram Premium.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.booleanPass true to pin the topic; pass false to unpin it.longIdentifier of Saved Messages topic to pin or unpin. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which changes the pinned state of a Saved Messages topic.ToggleSavedMessagesTopicIsPinned(long savedMessagesTopicId, boolean isPinned) Creates a function, which changes the pinned state of a Saved Messages 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
-
savedMessagesTopicId
public long savedMessagesTopicIdIdentifier of Saved Messages topic to pin or unpin. -
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
-
ToggleSavedMessagesTopicIsPinned
public ToggleSavedMessagesTopicIsPinned()Default constructor for a function, which changes the pinned state of a Saved Messages topic. There can be up to getOption("pinned_saved_messages_topic_count_max") pinned topics. The limit can be increased with Telegram Premium.Returns
Ok -
ToggleSavedMessagesTopicIsPinned
public ToggleSavedMessagesTopicIsPinned(long savedMessagesTopicId, boolean isPinned) Creates a function, which changes the pinned state of a Saved Messages topic. There can be up to getOption("pinned_saved_messages_topic_count_max") pinned topics. The limit can be increased with Telegram Premium.Returns
Ok- Parameters:
savedMessagesTopicId- Identifier of Saved Messages topic to pin or unpin.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
-