GroupCall¶
- class pyrogram.raw.types.GroupCall[source]¶
Describes a group call.
Constructor of
GroupCall.- Details:
Layer:
229ID:
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 call. Must be ignored if theminflag is set.version (
int32-bit) – Revision used to apply group call updates »join_muted (
bool, optional) – Whether the user should be muted upon joining the call. Must be ignored if theminflag is set.can_change_join_muted (
bool, optional) – Whether the current user can change the value of thejoin_mutedflag using phone.toggleGroupCallSettings. Must be ignored if theminflag is set.join_date_asc (
bool, optional) – Specifies the ordering to use when locally sorting by date and displaying in the UI group call participants. Set only when the call is created and never changed afterwards, so it is not applied from aminconstructor.schedule_start_subscribed (
bool, optional) – Whether we subscribed to the scheduled call. Must be ignored if theminflag is set.can_start_video (
bool, optional) – Whether you can start streaming video into the call. Must be ignored if theminflag is set.record_video_active (
bool, optional) – Whether the group call is currently being recordedrtmp_stream (
bool, optional) – Whether this call uses RTMP livestream mode »listeners_hidden (
bool, optional) – Whether the listeners list is hidden and cannot be fetched using phone.getGroupParticipants. Thephone.groupParticipants.countandgroupCall.participants_countcounters will still include listeners.conference (
bool, optional) – Whether this is an E2E conference call.creator (
bool, optional) – Whether the current user created this group call. Must be ignored if theminflag is set.messages_enabled (
bool, optional) – Whether the in-call message overlay » is enabledcan_change_messages_enabled (
bool, optional) – Whether the current user may enable or disable the in-call message overlay ». Must be ignored if theminflag is set.min (
bool, optional) – Whether this is a partial constructor that must be merged into a previously cached non-minconstructor, following the rules described above.title (
str, optional) – Group call titlestream_dc_id (
int32-bit, optional) – Media DC ID to use for RTMP stream requests ». Must be ignored if theminflag is set.record_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 call. Must be ignored if theminflag is set.invite_link (
str, optional) – Invitation link for a conference call ». Must be ignored if theminflag is set.send_paid_messages_stars (
int64-bit, optional) – Minimum Stars donation required from users other than the live story owner to send a paid comment »;0or no value allows free commentsdefault_send_as (
Peer, optional) – Default peer displayed as the author of live story comments and reactions ». Must be ignored if theminflag is set.