#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = -1545983346 |
| | Identifier uniquely determining a type of the object.
|
| |
Discards a call.
Returns object_ptr<Ok>.
Definition at line 96962 of file td_api.h.
◆ ReturnType
Typedef for the type returned by the function.
Definition at line 97010 of file td_api.h.
◆ discardCall() [1/2]
| td::td_api::discardCall::discardCall |
( |
| ) |
|
Default constructor for a function, which discards a call.
Returns object_ptr<Ok>.
◆ discardCall() [2/2]
| td::td_api::discardCall::discardCall |
( |
int32 |
call_id_, |
|
|
bool |
is_disconnected_, |
|
|
string const & |
invite_link_, |
|
|
int32 |
duration_, |
|
|
bool |
is_video_, |
|
|
int64 |
connection_id_ |
|
) |
| |
Creates a function, which discards a call.
Returns object_ptr<Ok>.
- Parameters
-
| [in] | call_id_ | Call identifier. |
| [in] | is_disconnected_ | Pass true if the user was disconnected. |
| [in] | invite_link_ | If the call was upgraded to a group call, pass invite link to the group call. |
| [in] | duration_ | The call duration, in seconds. |
| [in] | is_video_ | Pass true if the call was a video call. |
| [in] | connection_id_ | Identifier of the connection used during the call. |
◆ store()
| void td::td_api::discardCall::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.
◆ call_id_
| int32 td::td_api::discardCall::call_id_ |
◆ connection_id_
| int64 td::td_api::discardCall::connection_id_ |
Identifier of the connection used during the call.
Definition at line 96983 of file td_api.h.
◆ duration_
| int32 td::td_api::discardCall::duration_ |
The call duration, in seconds.
Definition at line 96979 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::discardCall::ID = -1545983346 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 97007 of file td_api.h.
◆ invite_link_
| string td::td_api::discardCall::invite_link_ |
If the call was upgraded to a group call, pass invite link to the group call.
Definition at line 96977 of file td_api.h.
◆ is_disconnected_
| bool td::td_api::discardCall::is_disconnected_ |
Pass true if the user was disconnected.
Definition at line 96975 of file td_api.h.
◆ is_video_
| bool td::td_api::discardCall::is_video_ |
Pass true if the call was a video call.
Definition at line 96981 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