GroupCall#

class pyrogram.raw.types.GroupCall#

Info about a group call or livestream.

Constructor of GroupCall.

Details:
  • Layer: 158

  • ID: D597650C

Parameters:
  • id (int 64-bit) – Group call ID.

  • access_hash (int 64-bit) – Group call access hash.

  • participants_count (int 32-bit) – Participant count.

  • unmuted_video_limit (int 32-bit) – Maximum number of people allowed to stream video into the call.

  • version (int 32-bit) – Version.

  • join_muted (bool, optional) – Whether the user should be muted upon joining the call.

  • can_change_join_muted (bool, optional) – Whether the current user can change the value of the join_muted flag using phone.toggleGroupCallSettings.

  • join_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 call.

  • can_start_video (bool, optional) – Whether you can start streaming video into the call.

  • record_video_active (bool, optional) – Whether the group call is currently being recorded.

  • rtmp_stream (bool, optional) – Whether RTMP streams are allowed.

  • listeners_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 title.

  • stream_dc_id (int 32-bit, optional) – DC ID to be used for livestream chunks.

  • record_start_date (int 32-bit, optional) – When was the recording started.

  • schedule_date (int 32-bit, optional) – When is the call scheduled to start.

  • unmuted_video_count (int 32-bit, optional) – Number of people currently streaming video into the call.