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

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

Public Attributes

ClientId client_id
 
RequestId request_id
 
td_api::object_ptr< td_api::Objectobject
 

Detailed Description

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

Definition at line 92 of file Client.h.

Member Data Documentation

◆ client_id

ClientId td::ClientManager::Response::client_id

TDLib client instance identifier, for which the response was received.

Definition at line 96 of file Client.h.

◆ object

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.

Definition at line 106 of file Client.h.

◆ request_id

RequestId td::ClientManager::Response::request_id

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

Definition at line 101 of file Client.h.


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