1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2026-09-13 19:44:18 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
bpavuk
3383bcaff3 Bot API 7.6
i am sleepyhead (:
2024-07-09 13:52:53 +03:00
bpavuk
83352dd284 Bot API 7.6
removed @SerialName annotations from TransactionPartner.User data class fields
2024-07-09 13:32:00 +03:00

View File

@@ -75,8 +75,7 @@ sealed interface TransactionPartner {
val type: String,
val withdrawal_state: RevenueWithdrawalState? = null,
val user: PreviewUser? = null,
@SerialName(invoicePayloadField)
val invoicePayload: InvoicePayload? = null
val invoice_payload: InvoicePayload? = null
)
override val descriptor: SerialDescriptor