LabeledPrice
- class pyrogram.raw.base.LabeledPrice
Labeled pricetag
- Constructors:
This base type has 1 constructor available.
This object represents a portion of the price for goods or services.
TL Schema
labeledPrice#cb296bf8
label:string
amount:long
= LabeledPrice
Parameter Tree
LabeledPrice
├── label →
string└── amount →
longExample
LabeledPrice(
label="text",
amount=0,
)