|
TDLib
|
Public Attributes | |
| ClientId | client_id |
| RequestId | request_id |
| td_api::object_ptr< td_api::Object > | object |
A response to a request, or an incoming update from TDLib.
| ClientId td::ClientManager::Response::client_id |
TDLib client instance identifier, for which the response was received.
| td_api::object_ptr<td_api::Object> td::ClientManager::Response::object |
TDLib API object representing a response to a TDLib request or an incoming update.
| RequestId td::ClientManager::Response::request_id |
Request identifier to which the response corresponds, or 0 for incoming updates from TDLib.