#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = 837356336 |
| | Identifier uniquely determining a type of the object.
|
| |
Describes a call.
Definition at line 6797 of file td_api.h.
◆ call() [1/2]
| td::td_api::call::call |
( |
| ) |
|
◆ call() [2/2]
Describes a call.
- Parameters
-
| [in] | id_ | Call identifier, not persistent. |
| [in] | unique_id_ | Persistent unique call identifier; 0 if isn't assigned yet by the server. |
| [in] | user_id_ | User identifier of the other call participant. |
| [in] | is_outgoing_ | True, if the call is outgoing. |
| [in] | is_video_ | True, if the call is a video call. |
| [in] | state_ | Call state. |
◆ store()
| void td::td_api::call::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.
◆ ID
| const std::int32_t td::td_api::call::ID = 837356336 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 6838 of file td_api.h.
◆ id_
| int32 td::td_api::call::id_ |
Call identifier, not persistent.
Definition at line 6808 of file td_api.h.
◆ is_outgoing_
| bool td::td_api::call::is_outgoing_ |
True, if the call is outgoing.
Definition at line 6814 of file td_api.h.
◆ is_video_
| bool td::td_api::call::is_video_ |
True, if the call is a video call.
Definition at line 6816 of file td_api.h.
◆ state_
◆ unique_id_
| int64 td::td_api::call::unique_id_ |
Persistent unique call identifier; 0 if isn't assigned yet by the server.
Definition at line 6810 of file td_api.h.
◆ user_id_
| int53 td::td_api::call::user_id_ |
User identifier of the other call participant.
Definition at line 6812 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