public static class TdApi.LoadSavedMessagesTopics extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
limit
The maximum number of topics to be loaded.
|
| Constructor and Description |
|---|
LoadSavedMessagesTopics()
Default constructor for a function, which loads more Saved Messages topics.
|
LoadSavedMessagesTopics(int limit)
Creates a function, which loads more Saved Messages topics.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int limit
public static final int CONSTRUCTOR
public LoadSavedMessagesTopics()
Returns Ok
public LoadSavedMessagesTopics(int limit)
Returns Ok
limit - The maximum number of topics to be loaded. For optimal performance, the number of loaded topics is chosen by TDLib and can be smaller than the specified limit, even if the end of the list is not reached.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object