public static class TdApi.UpdateStory extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Story |
story
The new information about the story.
|
| Constructor and Description |
|---|
UpdateStory()
A story was changed.
|
UpdateStory(TdApi.Story story)
A story was changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Story story
public static final int CONSTRUCTOR
public UpdateStory()
public UpdateStory(TdApi.Story story)
story - The new information about the story.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object