telegram api constructor · layer 229 · #2a3dc7ac

groupCallParticipant

Info about a group call participant

definition

groupCallParticipant#2a3dc7ac flags:# muted:flags.0?true left:flags.1?true can_self_unmute:flags.2?true just_joined:flags.4?true versioned:flags.5?true min:flags.8?true muted_by_you:flags.9?true volume_by_admin:flags.10?true self:flags.12?true video_joined:flags.15?true peer:Peer date:int active_date:flags.3?int source:int volume:flags.7?int about:flags.11?string raise_hand_rating:flags.13?long video:flags.6?GroupCallParticipantVideo presentation:flags.14?GroupCallParticipantVideo paid_stars_total:flags.16?long = GroupCallParticipant;

parameters

nametypedescription
flags#Flags, see TL conditional fields
mutedflags.0?trueWhether the participant is muted
leftflags.1?trueWhether the participant has left
can_self_unmuteflags.2?trueWhether the participant can unmute themselves
just_joinedflags.4?trueWhether the participant has just joined
versionedflags.5?trueIf set, and updateGroupCallParticipants.version < locally stored call.version, info about this participant should be ignored. If (...), and updateGroupCallParticipants.version > call.version+1, the participant list should be refetched using phone.getGroupParticipants.
minflags.8?trueIf not set, the volume and muted_by_you fields can be safely used to overwrite locally cached information; otherwise, volume will contain valid information only if volume_by_admin is set both in the cache and in the received constructor.
muted_by_youflags.9?trueWhether this participant was muted by the current user
volume_by_adminflags.10?trueWhether our volume can only changed by an admin
selfflags.12?trueWhether this participant is the current user
video_joinedflags.15?trueWhether this participant is currently broadcasting video
peerPeerPeer information
dateintWhen did this participant join the group call
active_dateflags.3?intWhen was this participant last active in the group call
sourceintSource ID
volumeflags.7?intVolume, if not set the volume is set to 100%.
aboutflags.11?stringInfo about this participant
raise_hand_ratingflags.13?longSpecifies the UI visualization order of peers with raised hands: peers with a higher rating should be showed first in the list.
videoflags.6?GroupCallParticipantVideoInfo about the video stream the participant is currently broadcasting
presentationflags.14?GroupCallParticipantVideoInfo about the screen sharing stream the participant is currently broadcasting
paid_stars_totalflags.16?long

type

GroupCallParticipant

history

present in layers 122–229 · constructor id changed 5×

idlayers
#56b087c9122
#64c62a15123–124
#19adba89125–126
#b96b25ee127–128
#eba636fe129–216
#2a3dc7ac217–229