mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-09-15 21:29:25 +00:00
update SendInvoice
This commit is contained in:
@@ -30,13 +30,13 @@ data class SendInvoice(
|
||||
val payload: String,
|
||||
@SerialName(providerTokenField)
|
||||
val providerToken: String,
|
||||
@SerialName(startParameterField)
|
||||
val startParameter: StartParameter,
|
||||
@SerialName(currencyField)
|
||||
override val currency: Currency,
|
||||
@Serializable(LabeledPricesSerializer::class)
|
||||
@SerialName(pricesField)
|
||||
override val prices: List<LabeledPrice>,
|
||||
@SerialName(startParameterField)
|
||||
val startParameter: StartParameter? = null,
|
||||
@SerialName(providerDataField)
|
||||
val providerData: String? = null,
|
||||
@SerialName(requireNameField)
|
||||
|
Reference in New Issue
Block a user