mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-09-05 08:09:21 +00:00
Bot API 7.7
fixed RefundedPayment data class. providerPaymentChargeId is optional
This commit is contained in:
@@ -19,5 +19,5 @@ data class RefundedPayment(
|
||||
@SerialName(telegramPaymentChargeIdField)
|
||||
val telegramPaymentChargeId: TelegramPaymentChargeId,
|
||||
@SerialName(providerPaymentChargeIdField)
|
||||
val providerPaymentChargeId: String
|
||||
val providerPaymentChargeId: String? = null
|
||||
): Amounted, Currencied
|
||||
|
Reference in New Issue
Block a user