public static class TdApi.UpdateStorySendFailed extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Error |
error
The cause of the story sending failure.
|
TdApi.CanSendStoryResult |
errorType
Type of the error; may be null if unknown.
|
TdApi.Story |
story
The failed to send story.
|
| Constructor and Description |
|---|
UpdateStorySendFailed()
A story failed to send.
|
UpdateStorySendFailed(TdApi.Story story,
TdApi.Error error,
TdApi.CanSendStoryResult errorType)
A story failed to send.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Story story
public TdApi.Error error
public TdApi.CanSendStoryResult errorType
public static final int CONSTRUCTOR
public UpdateStorySendFailed()
public UpdateStorySendFailed(TdApi.Story story, TdApi.Error error, TdApi.CanSendStoryResult errorType)
story - The failed to send story.error - The cause of the story sending failure.errorType - Type of the error; may be null if unknown.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object