List of all members | Public Fields
Client::Request Struct Reference

Description

A request to the TDLib.

Public Fields

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

Member Data Documentation

◆ id

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.

◆ function

TDLib API function representing a request to TDLib.


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