phone.CreateGroupCall

class pyrogram.raw.functions.phone.CreateGroupCall[source]

Create a video chat or livestream, see here » for the full flow.

Usable by Users Bots
Details:
  • Layer: 229

  • 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. See here » for more info on random ID deduplication and updateMessageID mapping.

  • rtmp_stream (bool, optional) – Create the call in RTMP livestream mode », where one external streamer publishes all audio and video

  • title (str, optional) – Call title, if not set defaults to the group/channel’s name.

  • schedule_date (int 32-bit, optional) – Schedule date, at least 10 seconds and at most 8 days in the future; the call must still be manually started using phone.startScheduledGroupCall

Returns:

Updates