GroupCall
- class pyrogram.raw.types.GroupCall
Info about a group call or livestream
Constructor of
GroupCall
.- Details:
Layer:
194
ID:
D597650C
- Parameters:
id (
int
64-bit
) – Group call IDaccess_hash (
int
64-bit
) – Group call access hashparticipants_count (
int
32-bit
) – Participant countunmuted_video_limit (
int
32-bit
) – Maximum number of people allowed to stream video into the callversion (
int
32-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.title (
str
, optional) – Group call titlestream_dc_id (
int
32-bit
, optional) – DC ID to be used for livestream chunksrecord_start_date (
int
32-bit
, optional) – When was the recording startedschedule_date (
int
32-bit
, optional) – When is the call scheduled to startunmuted_video_count (
int
32-bit
, optional) – Number of people currently streaming video into the call