|
tdlib-obf API
Reference documentation for the public tdlib-obf API, generated from TDLib schemas and public headers
|
#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
Public Member Functions | |
| 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 Member Functions inherited from td::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 |
Public Attributes | |
| 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. | |
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.
| td::td_api::businessBotManageBar::businessBotManageBar | ( | ) |
Contains information about a business bot that manages the chat.
| td::td_api::businessBotManageBar::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 |
Helper function for to_string method. Appends string representation of the object to the storer.
| [in] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
| int53 td::td_api::businessBotManageBar::bot_user_id_ |
| bool td::td_api::businessBotManageBar::can_bot_reply_ |
|
static |
| bool td::td_api::businessBotManageBar::is_bot_paused_ |
True, if the bot is paused. Use toggleBusinessConnectedBotChatIsPaused to change the value of the field.
| string td::td_api::businessBotManageBar::manage_url_ |