phone.getCallConfig
DEPRECATED: Get phone call configuration to be passed to the libtgvoip (deprecated) shared config.
Authorization
bearerAuth In: header
Path Parameters
Workspace ID
Telegram account ID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
DEPRECATED: Get phone call configuration to be passed to the libtgvoip (deprecated) shared config.
Response Body
application/json
application/json
curl -X POST "https://example.com/workspaces/string/telegram-accounts/string/call/phone.getCallConfig" \ -H "Content-Type: application/json" \ -d '{ "params": {} }'{ "result": { "_": "dataJSON", "data": "string" }}exportGroupCallInvite
Get an invite link for a public [video chat/livestream »](https://core.telegram.org/api/group-calls#video-chats-livestreams). Non-admin members or subscribers may export a link with can_self_unmute omitted. Only group call admins may set can_self_unmute to export a link that allows users to speak. Cannot be used for video chats/livestreams associated with private groups/channels, [conference calls »](https://core.telegram.org/api/group-calls#conference-calls) or [live stories »](https://core.telegram.org/api/group-calls#live-stories).
getGroupCall
Get info about a [group call](https://core.telegram.org/api/group-calls#getting-info-about-a-group-call) and its participants.