Package org.drinkless.tdlib
Class TdApi.SetPinnedSavedMessagesTopics
- Enclosing class:
- TdApi
Changes the order of pinned Saved Messages topics.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.long[]Identifiers of the new pinned Saved Messages topics. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which changes the order of pinned Saved Messages topics.SetPinnedSavedMessagesTopics(long[] savedMessagesTopicIds) Creates a function, which changes the order of pinned Saved Messages topics. -
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
-
savedMessagesTopicIds
public long[] savedMessagesTopicIdsIdentifiers of the new pinned Saved Messages topics. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SetPinnedSavedMessagesTopics
public SetPinnedSavedMessagesTopics()Default constructor for a function, which changes the order of pinned Saved Messages topics.Returns
Ok -
SetPinnedSavedMessagesTopics
public SetPinnedSavedMessagesTopics(long[] savedMessagesTopicIds) Creates a function, which changes the order of pinned Saved Messages topics.Returns
Ok- Parameters:
savedMessagesTopicIds- Identifiers of the new pinned Saved Messages topics.
-
-
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
-