tdlib-obf API
Reference documentation for the public tdlib-obf API, generated from TDLib schemas and public headers
Loading...
Searching...
No Matches
td::td_api::groupCallJoinParameters Class Referencefinal

#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>

Inheritance diagram for td::td_api::groupCallJoinParameters:
td::td_api::Object td::TlObject

Public Member Functions

 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
 
- Public Member Functions inherited from td::TlObject
virtual void store (TlStorerUnsafe &s) const
 
virtual void store (TlStorerCalcLength &s) const
 
 TlObject ()=default
 
 TlObject (const TlObject &)=delete
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Public Attributes

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&#x27;s video is enabled.
 

Static Public Attributes

static const std::int32_t ID = 1763438054
 Identifier uniquely determining a type of the object.
 

Detailed Description

Describes parameters used to join a group call.

Definition at line 24877 of file td_api.h.

Constructor & Destructor Documentation

◆ 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&#x27;s video is enabled.

Member Function Documentation

◆ 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]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements td::TlObject.

Member Data Documentation

◆ 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&#x27;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: