messages.reportMusicListen
Report the listening duration of a music track (audio document without the voice flag), see here » for more info on the full flow.
Authorization
bearerAuth In: header
Path Parameters
Workspace ID
Telegram account ID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Report the listening duration of a music track (audio document without the voice flag), see here » for more info on the full flow.
Response Body
application/json
application/json
curl -X POST "https://example.com/workspaces/string/telegram-accounts/string/call/messages.reportMusicListen" \ -H "Content-Type: application/json" \ -d '{ "params": { "id": { "_": "inputDocumentEmpty" }, "listenedDuration": 0 } }'{ "result": true}reportMessagesDelivery
Used for [Telegram Gateway verification messages »](https://telegram.org/blog/star-messages-gateway-2-0-and-more#save-even-more-on-user-verification): indicate to the server that one or more `RawMessage`s were received by the client, if requested by the `RawMessage`.report_delivery_until_date flag or the equivalent flag in [push notifications](https://core.telegram.org/api/push-updates).
reportReaction
Report a [message reaction](https://core.telegram.org/api/reactions)