GroupCall
- class pyrogram.raw.types.GroupCall
Info about a group call or livestream
Constructor of
GroupCall.- Details:
Layer:
223ID:
EFB2B617
- Parameters:
id (
int64-bit) – Group call IDaccess_hash (
int64-bit) – Group call access hashparticipants_count (
int32-bit) – Participant countunmuted_video_limit (
int32-bit) – Maximum number of people allowed to stream video into the callversion (
int32-bit) – Versionjoin_muted (
bool, optional) – Whether the user should be muted upon joining the callcan_change_join_muted (
bool, optional) – Whether the current user can change the value of the join_muted flag using phone.toggleGroupCallSettingsjoin_date_asc (
bool, optional) – Specifies the ordering to use when locally sorting by date and displaying in the UI group call participants.schedule_start_subscribed (
bool, optional) – Whether we subscribed to the scheduled callcan_start_video (
bool, optional) – Whether you can start streaming video into the callrecord_video_active (
bool, optional) – Whether the group call is currently being recordedrtmp_stream (
bool, optional) – Whether RTMP streams are allowedlisteners_hidden (
bool, optional) – Whether the listeners list is hidden and cannot be fetched using phone.getGroupParticipants. The phone.groupParticipants.count and groupCall.participants_count counters will still include listeners.conference (
bool, optional) – Whether this is an E2E conference call.creator (
bool, optional) – Whether we’re created this group call.messages_enabled (
bool, optional)can_change_messages_enabled (
bool, optional)min (
bool, optional)title (
str, optional) – Group call titlestream_dc_id (
int32-bit, optional) – DC ID to be used for livestream chunksrecord_start_date (
int32-bit, optional) – When was the recording startedschedule_date (
int32-bit, optional) – When is the call scheduled to startunmuted_video_count (
int32-bit, optional) – Number of people currently streaming video into the callinvite_link (
str, optional) – Invitation link for the conference.send_paid_messages_stars (
int64-bit, optional)default_send_as (
Peer, optional)
TL Schema
groupCall#efb2b617
flags:#
join_muted:flags.1?true
can_change_join_muted:flags.2?true
join_date_asc:flags.6?true
schedule_start_subscribed:flags.8?true
can_start_video:flags.9?true
record_video_active:flags.11?true
rtmp_stream:flags.12?true
listeners_hidden:flags.13?true
conference:flags.14?true
creator:flags.15?true
messages_enabled:flags.17?true
can_change_messages_enabled:flags.18?true
min:flags.19?true
id:long
access_hash:long
participants_count:int
title:flags.3?string
stream_dc_id:flags.4?int
record_start_date:flags.5?int
schedule_date:flags.7?int
unmuted_video_count:flags.10?int
unmuted_video_limit:int
version:int
invite_link:flags.16?string
send_paid_messages_stars:flags.20?long
default_send_as:flags.21?Peer
= GroupCall
Parameter Tree
true (optional)true (optional)true (optional)true (optional)true (optional)true (optional)true (optional)true (optional)true (optional)true (optional)true (optional)true (optional)true (optional)longlongintstring (optional)int (optional)int (optional)int (optional)int (optional)intintstring (optional)long (optional)Peer (optional)PeerUserlongPeerChatlongPeerChannellongExample
GroupCall(
id=0,
access_hash=0,
participants_count=0,
unmuted_video_limit=0,
version=0,
)