public static class TdApi.LoadActiveStories extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.StoryList |
storyList
The story list in which to load active stories.
|
| Constructor and Description |
|---|
LoadActiveStories()
Default constructor for a function, which loads more active stories from a story list.
|
LoadActiveStories(TdApi.StoryList storyList)
Creates a function, which loads more active stories from a story list.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.StoryList storyList
public static final int CONSTRUCTOR
public LoadActiveStories()
Returns Ok
public LoadActiveStories(TdApi.StoryList storyList)
Returns Ok
storyList - The story list in which to load active stories.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object