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