- API ›
- Constructors ›
- LabeledPrice
LabeledPrice
---types--- labeledPrice#cb296bf8 label:string amount:long = LabeledPrice
Belongs to
| LabeledPrice |
In Rust this constructor is a variant of the enums::LabeledPrice enum.
Match on it with: if let enums::LabeledPrice::LabeledPrice(v) = result { ... }