mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-21 15:53:47 +00:00
Bot API 7.6
removed @SerialName annotations from TransactionPartner.User data class fields
This commit is contained in:
parent
18fcb6bb97
commit
83352dd284
@ -38,10 +38,8 @@ sealed interface TransactionPartner {
|
||||
|
||||
@Serializable(TransactionPartner.Companion::class)
|
||||
data class User(
|
||||
@SerialName(userField)
|
||||
val user: PreviewUser,
|
||||
@SerialName(invoicePayloadField)
|
||||
val invoicePayload: InvoicePayload? = null
|
||||
val invoice_payload: InvoicePayload? = null
|
||||
) : TransactionPartner {
|
||||
override val type: String
|
||||
get() = Companion.type
|
||||
|
Loading…
Reference in New Issue
Block a user