Inherits Object.
Contains information about a business bot that manages the chat.
Public Fields | |
int53 | bot_user_id_ |
User identifier of the bot. | |
string | manage_url_ |
URL to be opened to manage the bot. | |
bool | is_bot_paused_ |
True, if the bot is paused. Use toggleBusinessConnectedBotChatIsPaused to change the value of the field. | |
bool | can_bot_reply_ |
True, if the bot can reply. | |
Public Instance Methods | |
businessBotManageBar () | |
businessBotManageBar (int53 bot_user_id_, string const &manage_url_, bool is_bot_paused_, bool can_bot_reply_) | |
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 = -311399806 |
Identifier uniquely determining a type of the object. | |
Contains information about a business bot that manages the chat.
businessBotManageBar | ( | int53 | bot_user_id_, |
string const & | manage_url_, | ||
bool | is_bot_paused_, | ||
bool | can_bot_reply_ | ||
) |
Contains information about a business bot that manages the chat.
[in] | bot_user_id_ | User identifier of the bot. |
[in] | manage_url_ | URL to be opened to manage the bot. |
[in] | is_bot_paused_ | True, if the bot is paused. Use toggleBusinessConnectedBotChatIsPaused to change the value of the field. |
[in] | can_bot_reply_ | True, if the bot can reply. |
|
finalvirtual |