Telegram APIChannels
channels.convertToGigagroup
Convert a supergroup to a gigagroup, when requested by channel suggestions.
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*
Convert a supergroup to a gigagroup, when requested by channel suggestions.
Response Body
application/json
application/json
curl -X POST "https://example.com/workspaces/string/telegram-accounts/string/call/channels.convertToGigagroup" \ -H "Content-Type: application/json" \ -d '{ "params": { "channel": { "_": "inputChannelEmpty" } } }'{ "result": { "_": "updatesTooLong" }}