public static class TdApi.CloseStory 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 story to close.
|
| Constructor and Description |
|---|
CloseStory()
Default constructor for a function, which informs TDLib that a story is closed by the user.
|
CloseStory(long storySenderChatId,
int storyId)
Creates a function, which informs TDLib that a story is closed 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 CloseStory()
Returns Ok
public CloseStory(long storySenderChatId,
int storyId)
Returns Ok
storySenderChatId - The identifier of the sender of the story to close.storyId - The identifier of the story.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object