|
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 | |
| businessAwayMessageSettings () | |
| businessAwayMessageSettings (int32 shortcut_id_, object_ptr< businessRecipients > &&recipients_, object_ptr< BusinessAwayMessageSchedule > &&schedule_, bool offline_only_) | |
| 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 | |
| int32 | shortcut_id_ |
| Unique quick reply shortcut identifier for the away messages. | |
| object_ptr< businessRecipients > | recipients_ |
| Chosen recipients of the away messages. | |
| object_ptr< BusinessAwayMessageSchedule > | schedule_ |
| Settings used to check whether the current user is away. | |
| bool | offline_only_ |
| True, if the messages must not be sent if the account was online in the last 10 minutes. | |
Static Public Attributes | |
| static const std::int32_t | ID = 353084137 |
| Identifier uniquely determining a type of the object. | |
Describes settings for messages that are automatically sent by a Telegram Business account when it is away.
| td::td_api::businessAwayMessageSettings::businessAwayMessageSettings | ( | ) |
Describes settings for messages that are automatically sent by a Telegram Business account when it is away.
| td::td_api::businessAwayMessageSettings::businessAwayMessageSettings | ( | int32 | shortcut_id_, |
| object_ptr< businessRecipients > && | recipients_, | ||
| object_ptr< BusinessAwayMessageSchedule > && | schedule_, | ||
| bool | offline_only_ | ||
| ) |
Describes settings for messages that are automatically sent by a Telegram Business account when it is away.
| [in] | shortcut_id_ | Unique quick reply shortcut identifier for the away messages. |
| [in] | recipients_ | Chosen recipients of the away messages. |
| [in] | schedule_ | Settings used to check whether the current user is away. |
| [in] | offline_only_ | True, if the messages must not be sent if the account was online in the last 10 minutes. |
|
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.
|
static |
| bool td::td_api::businessAwayMessageSettings::offline_only_ |
| object_ptr<businessRecipients> td::td_api::businessAwayMessageSettings::recipients_ |
| object_ptr<BusinessAwayMessageSchedule> td::td_api::businessAwayMessageSettings::schedule_ |
| int32 td::td_api::businessAwayMessageSettings::shortcut_id_ |