|
tdlib-obf API
Reference documentation for the public tdlib-obf API, generated from TDLib schemas and public headers
|
#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
Public Member Functions | |
| addedProxy () | |
| addedProxy (int32 id_, int32 last_used_date_, bool is_enabled_, object_ptr< proxy > &&proxy_) | |
| void | store (TlStorerToString &s, const char *field_name) const final |
Public Member Functions inherited from td::TlObject | |
| virtual void | store (TlStorerUnsafe &s) const |
| virtual void | store (TlStorerCalcLength &s) const |
| TlObject ()=default | |
| TlObject (const TlObject &)=delete | |
| TlObject & | operator= (const TlObject &)=delete |
| TlObject (TlObject &&)=default | |
| TlObject & | operator= (TlObject &&)=default |
| virtual | ~TlObject ()=default |
Public Attributes | |
| int32 | id_ |
| Unique identifier of the proxy. | |
| int32 | last_used_date_ |
| Point in time (Unix timestamp) when the proxy was last used; 0 if never. | |
| bool | is_enabled_ |
| True, if the proxy is enabled now. | |
| object_ptr< proxy > | proxy_ |
| The proxy. | |
Static Public Attributes | |
| static const std::int32_t | ID = 820767669 |
| Identifier uniquely determining a type of the object. | |
Contains information about a proxy server added to the list of proxies.
| td::td_api::addedProxy::addedProxy | ( | ) |
Contains information about a proxy server added to the list of proxies.
| td::td_api::addedProxy::addedProxy | ( | int32 | id_, |
| int32 | last_used_date_, | ||
| bool | is_enabled_, | ||
| object_ptr< proxy > && | proxy_ | ||
| ) |
Contains information about a proxy server added to the list of proxies.
| [in] | id_ | Unique identifier of the proxy. |
| [in] | last_used_date_ | Point in time (Unix timestamp) when the proxy was last used; 0 if never. |
| [in] | is_enabled_ | True, if the proxy is enabled now. |
| [in] | proxy_ | The proxy. |
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
| [in] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
|
static |
| int32 td::td_api::addedProxy::id_ |
| bool td::td_api::addedProxy::is_enabled_ |
| int32 td::td_api::addedProxy::last_used_date_ |
| object_ptr<proxy> td::td_api::addedProxy::proxy_ |