public static class TdApi.UpdateStoryDeleted extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
storyId
Story identifier.
|
long |
storySenderChatId
Identifier of the chat that posted the story.
|
| Constructor and Description |
|---|
UpdateStoryDeleted()
A story became inaccessible.
|
UpdateStoryDeleted(long storySenderChatId,
int storyId)
A story became inaccessible.
|
| 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 UpdateStoryDeleted()
public UpdateStoryDeleted(long storySenderChatId,
int storyId)
storySenderChatId - Identifier of the chat that posted the story.storyId - Story identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object