Telegram MethodsStories
stories.report
Report a story.
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*
Report a story.
Response Body
application/json
application/json
curl -X POST "https://example.com/workspaces/string/telegram-accounts/string/call/stories.report" \ -H "Content-Type: application/json" \ -d '{ "params": { "peer": { "_": "inputPeerEmpty" }, "id": [ 0 ], "option": "string", "message": "string" } }'{ "result": { "_": "reportResultChooseOption", "title": "string", "options": [ { "_": "messageReportOption", "text": "string", "option": "string" } ] }}reorderAlbums
Reorder [story albums on a profile »](https://core.telegram.org/api/stories#story-albums).
searchPosts
Globally search for [stories](https://core.telegram.org/api/stories) using a hashtag or a [location media area](https://core.telegram.org/api/stories#location-tags), see [here »](https://core.telegram.org/api/stories#searching-stories) for more info on the full flow. Either hashtag or area must be set when invoking the method.