public static class TdApi.GetStory extends TdApi.Function<TdApi.Story>
Returns Story
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
onlyLocal
Pass true to get only locally available information without sending network requests.
|
int |
storyId
Story identifier.
|
long |
storySenderChatId
Identifier of the chat that posted the story.
|
| Constructor and Description |
|---|
GetStory()
Default constructor for a function, which returns a story.
|
GetStory(long storySenderChatId,
int storyId,
boolean onlyLocal)
Creates a function, which returns a story.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long storySenderChatId
public int storyId
public boolean onlyLocal
public static final int CONSTRUCTOR
public GetStory()
Returns Story
public GetStory(long storySenderChatId,
int storyId,
boolean onlyLocal)
Returns Story
storySenderChatId - Identifier of the chat that posted the story.storyId - Story identifier.onlyLocal - Pass true to get only locally available information without sending network requests.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object