Telegram APIChannels
channels.createChannel
Create a supergroup/channel.
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 a supergroup/channel.
Response Body
application/json
application/json
curl -X POST "https://example.com/workspaces/string/telegram-accounts/string/call/channels.createChannel" \ -H "Content-Type: application/json" \ -d '{ "params": { "title": "string", "about": "string" } }'{ "result": { "_": "updatesTooLong" }}convertToGigagroup
Convert a [supergroup](https://core.telegram.org/api/channel) to a [gigagroup](https://core.telegram.org/api/channel), when requested by [channel suggestions](https://core.telegram.org/api/config#channel-suggestions).
deactivateAllUsernames
Disable all purchased usernames of a supergroup or channel