#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = -995703933 |
| | Identifier uniquely determining a type of the object.
|
| |
Describes a connection of the bot with a business account.
Definition at line 5752 of file td_api.h.
◆ businessConnection() [1/2]
| td::td_api::businessConnection::businessConnection |
( |
| ) |
|
Describes a connection of the bot with a business account.
◆ businessConnection() [2/2]
Describes a connection of the bot with a business account.
- Parameters
-
| [in] | id_ | Unique identifier of the connection. |
| [in] | user_id_ | Identifier of the business user who created the connection. |
| [in] | user_chat_id_ | Chat identifier of the private chat with the user. |
| [in] | date_ | Point in time (Unix timestamp) when the connection was established. |
| [in] | rights_ | Rights of the bot; may be null if the connection was disabled. |
| [in] | is_enabled_ | True, if the connection is enabled; false otherwise. |
◆ store()
| void td::td_api::businessConnection::store |
( |
TlStorerToString & |
s, |
|
|
const char * |
field_name |
|
) |
| const |
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
- Parameters
-
| [in] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
◆ date_
| int32 td::td_api::businessConnection::date_ |
Point in time (Unix timestamp) when the connection was established.
Definition at line 5769 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::businessConnection::ID = -995703933 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 5793 of file td_api.h.
◆ id_
| string td::td_api::businessConnection::id_ |
Unique identifier of the connection.
Definition at line 5763 of file td_api.h.
◆ is_enabled_
| bool td::td_api::businessConnection::is_enabled_ |
True, if the connection is enabled; false otherwise.
Definition at line 5773 of file td_api.h.
◆ rights_
Rights of the bot; may be null if the connection was disabled.
Definition at line 5771 of file td_api.h.
◆ user_chat_id_
| int53 td::td_api::businessConnection::user_chat_id_ |
Chat identifier of the private chat with the user.
Definition at line 5767 of file td_api.h.
◆ user_id_
| int53 td::td_api::businessConnection::user_id_ |
Identifier of the business user who created the connection.
Definition at line 5765 of file td_api.h.
The documentation for this class was generated from the following file:
- /home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h