ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.types.payments
/
LabeledPrice
Labeled
Price
@
Serializable
data
class
LabeledPrice
(
val
label
:
String
,
val
amount
:
Long
)
:
Amounted
Members
Constructors
Labeled
Price
Link copied to clipboard
constructor
(
label
:
String
,
amount
:
Long
)
Properties
adapted
Majority
Total
Amount
Link copied to clipboard
open
val
adaptedMajorityTotalAmount
:
Double
amount
Link copied to clipboard
@
SerialName
(
value
=
"amount"
)
open
override
val
amount
:
Long
label
Link copied to clipboard
@
SerialName
(
value
=
"label"
)
val
label
:
String