Telegram APIStories
stories.createAlbum
Creates a story album.
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*
Creates a story album.
Response Body
application/json
application/json
curl -X POST "https://example.com/workspaces/string/telegram-accounts/string/call/stories.createAlbum" \ -H "Content-Type: application/json" \ -d '{ "params": { "peer": { "_": "inputPeerEmpty" }, "title": "string", "stories": [ 0 ] } }'{ "result": { "_": "storyAlbum", "albumId": 0, "title": "string", "iconPhoto": { "_": "photoEmpty", "id": "string" }, "iconVideo": { "_": "documentEmpty", "id": "string" } }}