Constructor: updateBotPurchasedPaidMedia
Bots only: a user has purchased a paid media.
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| user_id | long | 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. |
Type: Update
Example:
$updateBotPurchasedPaidMedia = ['_' => 'updateBotPurchasedPaidMedia', 'user_id' => long, 'payload' => 'string', 'qts' => int];