public static class TdApi.DeleteStory 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
Identifier of the story to delete.
|
long |
storySenderChatId
Identifier of the chat that posted the story.
|
| Constructor and Description |
|---|
DeleteStory()
Default constructor for a function, which deletes a previously sent story.
|
DeleteStory(long storySenderChatId,
int storyId)
Creates a function, which deletes a previously sent 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 static final int CONSTRUCTOR
public DeleteStory()
Returns Ok
public DeleteStory(long storySenderChatId,
int storyId)
Returns Ok
storySenderChatId - Identifier of the chat that posted the story.storyId - Identifier of the story to delete.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object