- API ›
- Constructors ›
- StarsTonAmount
StarsTonAmount
---types--- starsTonAmount#74aee3e0 amount:long = StarsAmount
Belongs to
| StarsAmount |
In Rust this constructor is a variant of the enums::StarsAmount enum.
Match on it with: if let enums::StarsAmount::StarsTonAmount(v) = result { ... }
Parameters
| amount | long | required |
Used by
| SendStarGiftOffer |
| UpdateStarGiftPrice |