A request to the TDLib.
Public Fields | |
std::uint64_t | id |
td_api::object_ptr< td_api::Function > | function |
std::uint64_t 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.
td_api::object_ptr<td_api::Function> function |
TDLib API function representing a request to TDLib.