mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-09-07 17:19:24 +00:00
Bot API 7.7
added RefundedPaymentEvent
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
package dev.inmo.tgbotapi.types.message.payments
|
||||||
|
|
||||||
|
import dev.inmo.tgbotapi.types.message.ChatEvents.abstracts.CommonEvent
|
||||||
|
import dev.inmo.tgbotapi.types.message.payments.abstracts.PaymentInfo
|
||||||
|
import dev.inmo.tgbotapi.types.payments.RefundedPayment
|
||||||
|
|
||||||
|
data class RefundedPaymentEvent(
|
||||||
|
val payment: RefundedPayment
|
||||||
|
) : PaymentInfo, CommonEvent
|
Reference in New Issue
Block a user