phone.CreateGroupCall#

class pyrogram.raw.functions.phone.CreateGroupCall#

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

Usable by Users Bots
Details:
  • Layer: 227

  • 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) – 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