public static class TdApi.SetPinnedSavedMessagesTopics extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long[] |
savedMessagesTopicIds
Identifiers of the new pinned Saved Messages topics.
|
| Constructor and Description |
|---|
SetPinnedSavedMessagesTopics()
Default 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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long[] savedMessagesTopicIds
public static final int CONSTRUCTOR
public SetPinnedSavedMessagesTopics()
Returns Ok
public SetPinnedSavedMessagesTopics(long[] savedMessagesTopicIds)
Returns Ok
savedMessagesTopicIds - Identifiers of the new pinned Saved Messages topics.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object