phone.CreateConferenceCall#
- class pyrogram.raw.functions.phone.CreateConferenceCall#
Create and optionally join a new conference call.
Usable by ✅ Users ❌ Bots- Details:
Layer:
227ID:
7D0444BB
- Parameters:
random_id (
int32-bit) – Unique client message ID required to prevent creation of duplicate group calls.muted (
bool, optional) – If set, mute our microphone when joining the call (can only be used if join is set).video_stopped (
bool, optional) – If set, our video stream is disabled (can only be used if join is set).join (
bool, optional) – If set, also join the call, otherwise just create the call link.public_key (
int256-bit, optional) – Fresh E2E public key for the creator (can only be used if join is set).block (
bytes, optional) – Initial main-chain block for subchain 0 (can only be used if join is set).params (
DataJSON, optional) – Join payload generated by the local call engine (can only be used if join is set).
- Returns: