Inherits Object.
Describes parameters used to join a group call.
Public Fields | |
int32 | audio_source_id_ |
Audio channel synchronization source identifier; received from tgcalls. | |
string | payload_ |
Group call join payload; received from tgcalls. | |
bool | is_muted_ |
Pass true to join the call with muted microphone. | |
bool | is_my_video_enabled_ |
Pass true if the user's video is enabled. | |
Public Instance Methods | |
groupCallJoinParameters () | |
groupCallJoinParameters (int32 audio_source_id_, string const &payload_, bool is_muted_, bool is_my_video_enabled_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
![]() | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = 1763438054 |
Identifier uniquely determining a type of the object. | |
Describes parameters used to join a group call.
groupCallJoinParameters | ( | int32 | audio_source_id_, |
string const & | payload_, | ||
bool | is_muted_, | ||
bool | is_my_video_enabled_ | ||
) |
Describes parameters used to join a group call.
[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. |
|
finalvirtual |