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:
227ID:
48CDC6D8
- Parameters:
peer (
InputPeer) – Associate the group call or livestream to the provided group/supergroup/channelrandom_id (
int32-bit) – Unique client message ID required to prevent creation of duplicate group callsrtmp_stream (
bool, optional) – Create the call in RTMP livestream mode », where one external streamer publishes all audio and videotitle (
str, optional) – Call title, if not set defaults to the group/channel’s name.schedule_date (
int32-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: