- API ›
- Constructors ›
- MessageActionGiftStars
MessageActionGiftStars
---types--- messageActionGiftStars#45d5b021 currency:string amount:long stars:long crypto_currency:flags.0?string crypto_amount:flags.0?long transaction_id:flags.1?string = MessageAction
Belongs to
| MessageAction |
In Rust this constructor is a variant of the enums::MessageAction enum.
Match on it with: if let enums::MessageAction::MessageActionGiftStars(v) = result { ... }