Inherits Update.
A story failed to send. If the story sending is canceled, then updateStoryDeleted will be received instead of this update.
Public Fields | |
object_ptr< story > | story_ |
The failed to send story. | |
object_ptr< error > | error_ |
The cause of the story sending failure. | |
object_ptr< CanSendStoryResult > | error_type_ |
Type of the error; may be null if unknown. | |
Public Instance Methods | |
updateStorySendFailed () | |
updateStorySendFailed (object_ptr< story > &&story_, object_ptr< error > &&error_, object_ptr< CanSendStoryResult > &&error_type_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from TlObject | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = -532221543 |
Identifier uniquely determining a type of the object. | |
A story failed to send. If the story sending is canceled, then updateStoryDeleted will be received instead of this update.
updateStorySendFailed | ( | object_ptr< story > && | story_, |
object_ptr< error > && | error_, | ||
object_ptr< CanSendStoryResult > && | error_type_ | ||
) |
A story failed to send. If the story sending is canceled, then updateStoryDeleted will be received instead of this update.
[in] | story_ | The failed to send story. |
[in] | error_ | The cause of the story sending failure. |
[in] | error_type_ | Type of the error; may be null if unknown. |
|
finalvirtual |