phone.CreateConferenceCall¶
- class pyrogram.raw.functions.phone.CreateConferenceCall[source]¶
Create and optionally join a new conference call ».
Usable by Users Bots- Details:
Layer:
229ID:
7D0444BB
- Parameters:
random_id (
int32-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.muted (
bool, optional) – If set, mute our microphone when joining the call (can only be used ifjoinis set).video_stopped (
bool, optional) – If set, our video stream is disabled (can only be used ifjoinis 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 ifjoinis set).block (
bytes, optional) – Initial main-chain block for subchain0(can only be used ifjoinis set).params (
DataJSON, optional) – Join payload generated by the local call engine (can only be used ifjoinis set).
- Returns: