#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = -1104663024 |
| | Identifier uniquely determining a type of the object.
|
| |
Creates a new call.
Returns object_ptr<CallId>.
Definition at line 93431 of file td_api.h.
◆ ReturnType
Typedef for the type returned by the function.
Definition at line 93470 of file td_api.h.
◆ createCall() [1/2]
| td::td_api::createCall::createCall |
( |
| ) |
|
Default constructor for a function, which creates a new call.
Returns object_ptr<CallId>.
◆ createCall() [2/2]
Creates a function, which creates a new call.
Returns object_ptr<CallId>.
- Parameters
-
| [in] | user_id_ | Identifier of the user to be called. |
| [in] | protocol_ | The call protocols supported by the application. |
| [in] | is_video_ | Pass true to create a video call. |
◆ store()
| void td::td_api::createCall::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::createCall::ID = -1104663024 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 93467 of file td_api.h.
◆ is_video_
| bool td::td_api::createCall::is_video_ |
Pass true to create a video call.
Definition at line 93446 of file td_api.h.
◆ protocol_
The call protocols supported by the application.
Definition at line 93444 of file td_api.h.
◆ user_id_
| int53 td::td_api::createCall::user_id_ |
Identifier of the user to be called.
Definition at line 93442 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