TDLib
|
Public Attributes | |
std::uint64_t | id |
td_api::object_ptr< td_api::Function > | function |
A request to the TDLib.
td_api::object_ptr<td_api::Function> td::Client::Request::function |
TDLib API function representing a request to TDLib.
std::uint64_t td::Client::Request::id |
Request identifier. Responses to TDLib requests will have the same id as the corresponding request. Updates from TDLib will have id == 0, incoming requests are thus disallowed to have id == 0.