updateBotPurchasedPaidMedia
Bots only: a user has purchased a paid media.
type tg.UpdateBotPurchasedPaidMedia struct { /* ... */ }
Implements Update.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
UserID | int64 | yes | The user that bought the media |
Payload | string | yes | Payload passed by the bot in inputMediaPaidMedia.payload |
Qts | int | yes | New qts value, see updates » for more info. |
References
- Official documentation
- Generated Go reference
- TL definition:
updateBotPurchasedPaidMedia#283bd312