#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = -281776921 |
| | Identifier uniquely determining a type of the object.
|
| |
The call is ready to use.
Definition at line 7655 of file td_api.h.
◆ callStateReady() [1/2]
| td::td_api::callStateReady::callStateReady |
( |
| ) |
|
The call is ready to use.
◆ callStateReady() [2/2]
The call is ready to use.
- Parameters
-
| [in] | protocol_ | Call protocols supported by the other call participant. |
| [in] | servers_ | List of available call servers. |
| [in] | config_ | A JSON-encoded call config. |
| [in] | encryption_key_ | Call encryption key. |
| [in] | emojis_ | Encryption key fingerprint represented as 4 emoji. |
| [in] | allow_p2p_ | True, if peer-to-peer connection is allowed by users privacy settings. |
| [in] | is_group_call_supported_ | True, if the other party supports upgrading of the call to a group call. |
| [in] | custom_parameters_ | Custom JSON-encoded call parameters to be passed to tgcalls. |
◆ store()
| void td::td_api::callStateReady::store |
( |
TlStorerToString & |
s, |
|
|
const char * |
field_name |
|
) |
| const |
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
- Parameters
-
| [in] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
◆ allow_p2p_
| bool td::td_api::callStateReady::allow_p2p_ |
True, if peer-to-peer connection is allowed by users privacy settings.
Definition at line 7676 of file td_api.h.
◆ config_
| string td::td_api::callStateReady::config_ |
A JSON-encoded call config.
Definition at line 7670 of file td_api.h.
◆ custom_parameters_
| string td::td_api::callStateReady::custom_parameters_ |
Custom JSON-encoded call parameters to be passed to tgcalls.
Definition at line 7680 of file td_api.h.
◆ emojis_
Encryption key fingerprint represented as 4 emoji.
Definition at line 7674 of file td_api.h.
◆ encryption_key_
| bytes td::td_api::callStateReady::encryption_key_ |
Call encryption key.
Definition at line 7672 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::callStateReady::ID = -281776921 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 7702 of file td_api.h.
◆ is_group_call_supported_
| bool td::td_api::callStateReady::is_group_call_supported_ |
True, if the other party supports upgrading of the call to a group call.
Definition at line 7678 of file td_api.h.
◆ protocol_
Call protocols supported by the other call participant.
Definition at line 7666 of file td_api.h.
◆ servers_
List of available call servers.
Definition at line 7668 of file td_api.h.
The documentation for this class was generated from the following file:
- /home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h