List of all members | Public Fields | Public Instance Methods | Static Public Attributes
groupCallJoinParameters Class Referencefinal

Inherits Object.

Description

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
 
- Public Instance Methods inherited from 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
 

Static Public Attributes

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

Constructor & Destructor Documentation

◆ groupCallJoinParameters() [1/2]

Describes parameters used to join a group call.

◆ groupCallJoinParameters() [2/2]

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.

Method Documentation

◆ store()

void 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 TlObject.


The documentation for this class was generated from the following file: