phone.CreateGroupCall

class pyrogram.raw.functions.phone.CreateGroupCall

Create a group call or livestream

Details:
  • Layer: 187

  • ID: 48CDC6D8

Parameters:
  • peer (InputPeer) – Associate the group call or livestream to the provided group/supergroup/channel

  • random_id (int 32-bit) – Unique client message ID required to prevent creation of duplicate group calls

  • rtmp_stream (bool, optional) – Whether RTMP stream support should be enabled: only the group/supergroup/channel owner can use this flag.

  • title (str, optional) – Call title

  • schedule_date (int 32-bit, optional) – For scheduled group call or livestreams, the absolute date when the group call will start

Returns:

Updates