Inherits Update.
The bar for managing business bot was changed in a chat.
Public Fields | |
int53 | chat_id_ |
Chat identifier. | |
object_ptr< businessBotManageBar > | business_bot_manage_bar_ |
The new value of the business bot manage bar; may be null. | |
Public Instance Methods | |
updateChatBusinessBotManageBar () | |
updateChatBusinessBotManageBar (int53 chat_id_, object_ptr< businessBotManageBar > &&business_bot_manage_bar_) | |
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 = -1104091145 |
Identifier uniquely determining a type of the object. | |
The bar for managing business bot was changed in a chat.
updateChatBusinessBotManageBar | ( | int53 | chat_id_, |
object_ptr< businessBotManageBar > && | business_bot_manage_bar_ | ||
) |
The bar for managing business bot was changed in a chat.
[in] | chat_id_ | Chat identifier. |
[in] | business_bot_manage_bar_ | The new value of the business bot manage bar; may be null. |
|
finalvirtual |