Inherits Update.
A group call message failed to send.
Public Fields | |
| int32 | group_call_id_ |
| Identifier of the group call. | |
| int32 | message_id_ |
| Message identifier. | |
| object_ptr< error > | error_ |
| The cause of the message sending failure. | |
Public Instance Methods | |
| updateGroupCallMessageSendFailed () | |
| updateGroupCallMessageSendFailed (int32 group_call_id_, int32 message_id_, object_ptr< error > &&error_) | |
| 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 = 472432559 |
| Identifier uniquely determining a type of the object. | |
A group call message failed to send.
| updateGroupCallMessageSendFailed | ( | int32 | group_call_id_, |
| int32 | message_id_, | ||
| object_ptr< error > && | error_ | ||
| ) |
A group call message failed to send.
| [in] | group_call_id_ | Identifier of the group call. |
| [in] | message_id_ | Message identifier. |
| [in] | error_ | The cause of the message sending failure. |
|
finalvirtual |