ktgbotapi
Toggle table of contents
common
jvm
Platform filter
common
jvm
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.types.payments
/
SuggestedPostPrice
Suggested
Post
Price
@
Serializable
data
class
SuggestedPostPrice
(
val
currency
:
Currency
,
val
amount
:
Long
)
:
Amounted
,
Currencied
Members
Members & Extensions
Constructors
Suggested
Post
Price
Link copied to clipboard
constructor
(
currency
:
Currency
,
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
currency
Link copied to clipboard
@
SerialName
(
value
=
"currency"
)
open
override
val
currency
:
Currency
Functions
java
Currency
Link copied to clipboard
jvm
fun
Currencied
.
javaCurrency
(
)
:
Currency