phone.CreateConferenceCall#

class pyrogram.raw.functions.phone.CreateConferenceCall#

Create and optionally join a new conference call.

Details:
  • Layer: 211

  • ID: 7D0444BB

Parameters:
  • random_id (int 32-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 (int 256-bit, optional) – Public key (can only be used if join is set).

  • block (bytes, optional) – Initial blockchain block (can only be used if join is set).

  • params (DataJSON, optional) – Parameters from tgcalls (can only be used if join is set).

Returns:

Updates