#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = 1763438054 |
| | Identifier uniquely determining a type of the object.
|
| |
Describes parameters used to join a group call.
Definition at line 24877 of file td_api.h.
◆ groupCallJoinParameters() [1/2]
| td::td_api::groupCallJoinParameters::groupCallJoinParameters |
( |
| ) |
|
Describes parameters used to join a group call.
◆ groupCallJoinParameters() [2/2]
| td::td_api::groupCallJoinParameters::groupCallJoinParameters |
( |
int32 |
audio_source_id_, |
|
|
string const & |
payload_, |
|
|
bool |
is_muted_, |
|
|
bool |
is_my_video_enabled_ |
|
) |
| |
Describes parameters used to join a group call.
- Parameters
-
| [in] | audio_source_id_ | Audio channel synchronization source identifier; received from tgcalls. |
| [in] | payload_ | Group call join payload; received from tgcalls. |
| [in] | is_muted_ | Pass true to join the call with muted microphone. |
| [in] | is_my_video_enabled_ | Pass true if the user's video is enabled. |
◆ store()
| void td::td_api::groupCallJoinParameters::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.
◆ audio_source_id_
| int32 td::td_api::groupCallJoinParameters::audio_source_id_ |
Audio channel synchronization source identifier; received from tgcalls.
Definition at line 24888 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::groupCallJoinParameters::ID = 1763438054 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 24912 of file td_api.h.
◆ is_muted_
| bool td::td_api::groupCallJoinParameters::is_muted_ |
Pass true to join the call with muted microphone.
Definition at line 24892 of file td_api.h.
◆ is_my_video_enabled_
| bool td::td_api::groupCallJoinParameters::is_my_video_enabled_ |
Pass true if the user's video is enabled.
Definition at line 24894 of file td_api.h.
◆ payload_
| string td::td_api::groupCallJoinParameters::payload_ |
Group call join payload; received from tgcalls.
Definition at line 24890 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