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::groupCallParticipant Class Referencefinal

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

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

Public Member Functions

 groupCallParticipant ()
 
 groupCallParticipant (object_ptr< MessageSender > &&participant_id_, int32 audio_source_id_, int32 screen_sharing_audio_source_id_, object_ptr< groupCallParticipantVideoInfo > &&video_info_, object_ptr< groupCallParticipantVideoInfo > &&screen_sharing_video_info_, string const &bio_, bool is_current_user_, bool is_speaking_, bool is_hand_raised_, bool can_be_muted_for_all_users_, bool can_be_unmuted_for_all_users_, bool can_be_muted_for_current_user_, bool can_be_unmuted_for_current_user_, bool is_muted_for_all_users_, bool is_muted_for_current_user_, bool can_unmute_self_, int32 volume_level_, string const &order_)
 
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

object_ptr< MessageSenderparticipant_id_
 Identifier of the group call participant.
 
int32 audio_source_id_
 User&#x27;s audio channel synchronization source identifier.
 
int32 screen_sharing_audio_source_id_
 User&#x27;s screen sharing audio channel synchronization source identifier.
 
object_ptr< groupCallParticipantVideoInfovideo_info_
 Information about user&#x27;s video channel; may be null if there is no active video.
 
object_ptr< groupCallParticipantVideoInfoscreen_sharing_video_info_
 Information about user&#x27;s screen sharing video channel; may be null if there is no active screen sharing video.
 
string bio_
 The participant user&#x27;s bio or the participant chat&#x27;s description.
 
bool is_current_user_
 True, if the participant is the current user.
 
bool is_speaking_
 True, if the participant is speaking as set by setGroupCallParticipantIsSpeaking.
 
bool is_hand_raised_
 True, if the participant hand is raised.
 
bool can_be_muted_for_all_users_
 True, if the current user can mute the participant for all other group call participants.
 
bool can_be_unmuted_for_all_users_
 True, if the current user can allow the participant to unmute themselves or unmute the participant (if the participant is the current user).
 
bool can_be_muted_for_current_user_
 True, if the current user can mute the participant only for self.
 
bool can_be_unmuted_for_current_user_
 True, if the current user can unmute the participant for self.
 
bool is_muted_for_all_users_
 True, if the participant is muted for all users.
 
bool is_muted_for_current_user_
 True, if the participant is muted for the current user.
 
bool can_unmute_self_
 True, if the participant is muted for all users, but can unmute themselves.
 
int32 volume_level_
 Participant&#x27;s volume level; 1-20000 in hundreds of percents.
 
string order_
 User&#x27;s order in the group call participant list. Orders must be compared lexicographically. The bigger is order, the higher is user in the list. If order is empty, the user must be removed from the participant list.
 

Static Public Attributes

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

Detailed Description

Represents a group call participant.

Definition at line 25047 of file td_api.h.

Constructor & Destructor Documentation

◆ groupCallParticipant() [1/2]

td::td_api::groupCallParticipant::groupCallParticipant ( )

Represents a group call participant.

◆ groupCallParticipant() [2/2]

td::td_api::groupCallParticipant::groupCallParticipant ( object_ptr< MessageSender > &&  participant_id_,
int32  audio_source_id_,
int32  screen_sharing_audio_source_id_,
object_ptr< groupCallParticipantVideoInfo > &&  video_info_,
object_ptr< groupCallParticipantVideoInfo > &&  screen_sharing_video_info_,
string const &  bio_,
bool  is_current_user_,
bool  is_speaking_,
bool  is_hand_raised_,
bool  can_be_muted_for_all_users_,
bool  can_be_unmuted_for_all_users_,
bool  can_be_muted_for_current_user_,
bool  can_be_unmuted_for_current_user_,
bool  is_muted_for_all_users_,
bool  is_muted_for_current_user_,
bool  can_unmute_self_,
int32  volume_level_,
string const &  order_ 
)

Represents a group call participant.

Parameters
[in]participant_id_Identifier of the group call participant.
[in]audio_source_id_User&#x27;s audio channel synchronization source identifier.
[in]screen_sharing_audio_source_id_User&#x27;s screen sharing audio channel synchronization source identifier.
[in]video_info_Information about user&#x27;s video channel; may be null if there is no active video.
[in]screen_sharing_video_info_Information about user&#x27;s screen sharing video channel; may be null if there is no active screen sharing video.
[in]bio_The participant user&#x27;s bio or the participant chat&#x27;s description.
[in]is_current_user_True, if the participant is the current user.
[in]is_speaking_True, if the participant is speaking as set by setGroupCallParticipantIsSpeaking.
[in]is_hand_raised_True, if the participant hand is raised.
[in]can_be_muted_for_all_users_True, if the current user can mute the participant for all other group call participants.
[in]can_be_unmuted_for_all_users_True, if the current user can allow the participant to unmute themselves or unmute the participant (if the participant is the current user).
[in]can_be_muted_for_current_user_True, if the current user can mute the participant only for self.
[in]can_be_unmuted_for_current_user_True, if the current user can unmute the participant for self.
[in]is_muted_for_all_users_True, if the participant is muted for all users.
[in]is_muted_for_current_user_True, if the participant is muted for the current user.
[in]can_unmute_self_True, if the participant is muted for all users, but can unmute themselves.
[in]volume_level_Participant&#x27;s volume level; 1-20000 in hundreds of percents.
[in]order_User&#x27;s order in the group call participant list. Orders must be compared lexicographically. The bigger is order, the higher is user in the list. If order is empty, the user must be removed from the participant list.

Member Function Documentation

◆ store()

void td::td_api::groupCallParticipant::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::groupCallParticipant::audio_source_id_

User&#x27;s audio channel synchronization source identifier.

Definition at line 25060 of file td_api.h.

◆ bio_

string td::td_api::groupCallParticipant::bio_

The participant user&#x27;s bio or the participant chat&#x27;s description.

Definition at line 25068 of file td_api.h.

◆ can_be_muted_for_all_users_

bool td::td_api::groupCallParticipant::can_be_muted_for_all_users_

True, if the current user can mute the participant for all other group call participants.

Definition at line 25076 of file td_api.h.

◆ can_be_muted_for_current_user_

bool td::td_api::groupCallParticipant::can_be_muted_for_current_user_

True, if the current user can mute the participant only for self.

Definition at line 25080 of file td_api.h.

◆ can_be_unmuted_for_all_users_

bool td::td_api::groupCallParticipant::can_be_unmuted_for_all_users_

True, if the current user can allow the participant to unmute themselves or unmute the participant (if the participant is the current user).

Definition at line 25078 of file td_api.h.

◆ can_be_unmuted_for_current_user_

bool td::td_api::groupCallParticipant::can_be_unmuted_for_current_user_

True, if the current user can unmute the participant for self.

Definition at line 25082 of file td_api.h.

◆ can_unmute_self_

bool td::td_api::groupCallParticipant::can_unmute_self_

True, if the participant is muted for all users, but can unmute themselves.

Definition at line 25088 of file td_api.h.

◆ ID

const std::int32_t td::td_api::groupCallParticipant::ID = 2059182571
static

Identifier uniquely determining a type of the object.

Definition at line 25124 of file td_api.h.

◆ is_current_user_

bool td::td_api::groupCallParticipant::is_current_user_

True, if the participant is the current user.

Definition at line 25070 of file td_api.h.

◆ is_hand_raised_

bool td::td_api::groupCallParticipant::is_hand_raised_

True, if the participant hand is raised.

Definition at line 25074 of file td_api.h.

◆ is_muted_for_all_users_

bool td::td_api::groupCallParticipant::is_muted_for_all_users_

True, if the participant is muted for all users.

Definition at line 25084 of file td_api.h.

◆ is_muted_for_current_user_

bool td::td_api::groupCallParticipant::is_muted_for_current_user_

True, if the participant is muted for the current user.

Definition at line 25086 of file td_api.h.

◆ is_speaking_

bool td::td_api::groupCallParticipant::is_speaking_

True, if the participant is speaking as set by setGroupCallParticipantIsSpeaking.

Definition at line 25072 of file td_api.h.

◆ order_

string td::td_api::groupCallParticipant::order_

User&#x27;s order in the group call participant list. Orders must be compared lexicographically. The bigger is order, the higher is user in the list. If order is empty, the user must be removed from the participant list.

Definition at line 25092 of file td_api.h.

◆ participant_id_

object_ptr<MessageSender> td::td_api::groupCallParticipant::participant_id_

Identifier of the group call participant.

Definition at line 25058 of file td_api.h.

◆ screen_sharing_audio_source_id_

int32 td::td_api::groupCallParticipant::screen_sharing_audio_source_id_

User&#x27;s screen sharing audio channel synchronization source identifier.

Definition at line 25062 of file td_api.h.

◆ screen_sharing_video_info_

object_ptr<groupCallParticipantVideoInfo> td::td_api::groupCallParticipant::screen_sharing_video_info_

Information about user&#x27;s screen sharing video channel; may be null if there is no active screen sharing video.

Definition at line 25066 of file td_api.h.

◆ video_info_

object_ptr<groupCallParticipantVideoInfo> td::td_api::groupCallParticipant::video_info_

Information about user&#x27;s video channel; may be null if there is no active video.

Definition at line 25064 of file td_api.h.

◆ volume_level_

int32 td::td_api::groupCallParticipant::volume_level_

Participant&#x27;s volume level; 1-20000 in hundreds of percents.

Definition at line 25090 of file td_api.h.


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