interface Currencied
(source)
(common)
currency |
abstract val currency: Currency |
(common)
Invoice |
data class Invoice : Amounted, Currencied |
(common)
PreCheckoutQuery |
data class PreCheckoutQuery : Currencied, Amounted |
(common)
SendInvoice |
data class SendInvoice : Currencied, Priced, ChatRequest, DisableNotification, ReplyMessageId, ReplyMarkup, SendMessageRequest<ContentMessage<InvoiceContent>> |
(common)
SuccessfulPayment |
data class SuccessfulPayment : Amounted, Currencied |