Create and optionally join a new conference call.
Method schema is available as of layer 202. Switch »
| Name | Type | Description |
|---|---|---|
| flags | # | Flags, see TL conditional fields |
| muted | flags.0?true | If set, mute our microphone when joining the call (can only be used if join is set). |
| video_stopped | flags.2?true | If set, our video stream is disabled (can only be used if join is set). |
| join | flags.3?true | If set, also join the call, otherwise just create the call link. |
| random_id | int | Unique client message ID required to prevent creation of duplicate group calls. |
| public_key | flags.3?int256 | Public key (can only be used if join is set). |
| block | flags.3?bytes | Initial blockchain block (can only be used if join is set). |
| params | flags.3?DataJSON | Parameters from tgcalls (can only be used if join is set). |