Telegram APIPhone
phone.createConferenceCall
Create and optionally join a new conference call ».
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
workspaceId*string
Workspace ID
accountId*string
Telegram account ID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
params*
Create and optionally join a new conference call ».
Response Body
application/json
application/json
curl -X POST "https://example.com/workspaces/string/telegram-accounts/string/call/phone.createConferenceCall" \ -H "Content-Type: application/json" \ -d '{ "params": { "randomId": 0 } }'{ "result": { "_": "updatesTooLong" }}confirmCall
[Complete phone call E2E encryption key exchange »](https://core.telegram.org/api/end-to-end/voice-calls), see [here »](https://core.telegram.org/api/calls#one-to-one-calls) for more info on the full flow.
createGroupCall
Create a video chat or livestream, see [here »](https://core.telegram.org/api/group-calls#video-chats-livestreams) for the full flow.