TDLib
Loading...
Searching...
No Matches
td::td_api::setTdlibParameters Class Referencefinal
Inheritance diagram for td::td_api::setTdlibParameters:
td::td_api::Function td::TlObject

Public Types

using ReturnType = object_ptr<ok>

Public Member Functions

 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
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
TlObjectoperator= (const TlObject &)=delete
 TlObject (TlObject &&)=default
TlObjectoperator= (TlObject &&)=default
virtual ~TlObject ()=default

Public Attributes

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 Public Attributes

static const std::int32_t ID = -775883218

Member Function Documentation

◆ 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]sStorer to which the object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements td::TlObject.


The documentation for this class was generated from the following file: