Class StarAmount
java.lang.Object
io.github.natanimn.telebof.types.payments.StarAmount
-
Field Summary
FieldsModifier and TypeFieldDescriptionInteger amount of Telegram Stars, rounded to 0; can be negativeOptional. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
amount
Integer amount of Telegram Stars, rounded to 0; can be negative -
nanostar_amount
Optional. The number of 1/1000000000 shares of Telegram Stars; from -999999999 to 999999999; can be negative if and only if amount is non-positive
-
-
Constructor Details
-
StarAmount
public StarAmount()
-