List of all members | Public Fields
ClientManager::Response Struct Reference

Description

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

Public Fields

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

Member Data Documentation

◆ client_id

ClientId client_id

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

◆ request_id

RequestId request_id

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

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