Constructor: messageActionStarGiftPurchaseOffer
Attributes:
| Name | Type | Required |
|---|---|---|
| accepted | Bool | Optional |
| declined | Bool | Optional |
| gift | StarGift | Yes |
| price | StarsAmount | Yes |
| expires_at | int | Yes |
Type: MessageAction
Example:
$messageActionStarGiftPurchaseOffer = ['_' => 'messageActionStarGiftPurchaseOffer', 'accepted' => Bool, 'declined' => Bool, 'gift' => StarGift, 'price' => StarsAmount, 'expires_at' => int];