Inherits Update.
A story failed to post. If the story posting is canceled, then updateStoryDeleted will be received instead of this update.
Public Fields | |
object_ptr< story > | story_ |
The failed to post story. | |
object_ptr< error > | error_ |
The cause of the story posting failure. | |
object_ptr< CanPostStoryResult > | error_type_ |
Type of the error; may be null if unknown. | |
Public Instance Methods | |
updateStoryPostFailed () | |
updateStoryPostFailed (object_ptr< story > &&story_, object_ptr< error > &&error_, object_ptr< CanPostStoryResult > &&error_type_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
![]() | |
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 = 1248168444 |
Identifier uniquely determining a type of the object. | |
A story failed to post. If the story posting is canceled, then updateStoryDeleted will be received instead of this update.
updateStoryPostFailed | ( | object_ptr< story > && | story_, |
object_ptr< error > && | error_, | ||
object_ptr< CanPostStoryResult > && | error_type_ | ||
) |
A story failed to post. If the story posting is canceled, then updateStoryDeleted will be received instead of this update.
[in] | story_ | The failed to post story. |
[in] | error_ | The cause of the story posting failure. |
[in] | error_type_ | Type of the error; may be null if unknown. |
|
finalvirtual |