MadelineProtoDocs/docs/TD_docs/constructors/labeledPrice.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

25 lines
560 B
Markdown

---
title: labeledPrice
description: Goods price portion
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: labeledPrice
[Back to constructors index](index.md)
Goods price portion
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|label|[string](../types/string.md) | Yes|Portion label|
|amount|[int53](../types/int53.md) | Yes|Currency amount in minimal quantity of the currency|
### Type: [LabeledPrice](../types/LabeledPrice.md)