public static class TdApi.OpenStory extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
storyId
The identifier of the story.
|
long |
storySenderChatId
The identifier of the sender of the opened story.
|
| Constructor and Description |
|---|
OpenStory()
Default constructor for a function, which informs TDLib that a story is opened and is being viewed by the user.
|
OpenStory(long storySenderChatId,
int storyId)
Creates a function, which informs TDLib that a story is opened and is being viewed by the user.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long storySenderChatId
public int storyId
public static final int CONSTRUCTOR
public OpenStory()
Returns Ok
public OpenStory(long storySenderChatId,
int storyId)
Returns Ok
storySenderChatId - The identifier of the sender of the opened story.storyId - The identifier of the story.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object