tdlib-obf API
Reference documentation for the public tdlib-obf API, generated from TDLib schemas and public headers
Loading...
Searching...
No Matches
td::Client::Request Struct Reference

#include </home/runner/work/tdlib-obf/tdlib-obf/td/telegram/Client.h>

Public Attributes

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

Detailed Description

A request to the TDLib.

Definition at line 217 of file Client.h.

Member Data Documentation

◆ function

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

TDLib API function representing a request to TDLib.

Definition at line 228 of file Client.h.

◆ 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.

Definition at line 223 of file Client.h.


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