public static class TdApi.UpdateStorySendSucceeded extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
oldStoryId
The previous temporary story identifier.
|
TdApi.Story |
story
The sent story.
|
| Constructor and Description |
|---|
UpdateStorySendSucceeded()
A story has been successfully sent.
|
UpdateStorySendSucceeded(TdApi.Story story,
int oldStoryId)
A story has been successfully sent.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Story story
public int oldStoryId
public static final int CONSTRUCTOR
public UpdateStorySendSucceeded()
public UpdateStorySendSucceeded(TdApi.Story story, int oldStoryId)
story - The sent story.oldStoryId - The previous temporary story identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object