|
|
using | ReturnType = object_ptr<ok> |
|
|
| setTdlibParameters (bool use_test_dc_, string const &database_directory_, string const &files_directory_, bytes const &database_encryption_key_, bool use_file_database_, bool use_chat_info_database_, bool use_message_database_, bool use_secret_chats_, int32 api_id_, string const &api_hash_, string const &system_language_code_, string const &device_model_, string const &system_version_, string const &application_version_) |
| void | store (TlStorerToString &s, const char *field_name) const final |
| 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 |
|
|
bool | use_test_dc_ |
|
string | database_directory_ |
|
string | files_directory_ |
|
bytes | database_encryption_key_ |
|
bool | use_file_database_ |
|
bool | use_chat_info_database_ |
|
bool | use_message_database_ |
|
bool | use_secret_chats_ |
|
int32 | api_id_ |
|
string | api_hash_ |
|
string | system_language_code_ |
|
string | device_model_ |
|
string | system_version_ |
|
string | application_version_ |
|
|
static const std::int32_t | ID = -775883218 |
◆ store()
| void td::td_api::setTdlibParameters::store |
( |
TlStorerToString & | s, |
|
|
const char * | field_name ) const |
|
finalvirtual |
Helper function for the to_string method. Appends a string representation of the object to the storer.
- Parameters
-
| [in] | s | Storer to which the object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
The documentation for this class was generated from the following file: