TDLib
Loading...
Searching...
No Matches
td::Client::Response Struct Reference

Public Attributes

std::uint64_t id
 
td_api::object_ptr< td_api::Objectobject
 

Detailed Description

A response to a request, or an incoming update from TDLib.

Member Data Documentation

◆ id

std::uint64_t td::Client::Response::id

TDLib request identifier, which corresponds to the response, or 0 for incoming updates from TDLib.

◆ object

td_api::object_ptr<td_api::Object> td::Client::Response::object

TDLib API object representing a response to a TDLib request or an incoming update.


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