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

Public Attributes

std::uint64_t id
 
td_api::object_ptr< td_api::Functionfunction
 

Detailed Description

A request to the TDLib.

Member Data Documentation

◆ function

td_api::object_ptr<td_api::Function> td::Client::Request::function

TDLib API function representing a request to TDLib.

◆ id

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.


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