InvoiceContent

data class InvoiceContent(invoice: Invoice) : MessageContent

Functions

Link copied to clipboard
open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request<ContentMessage<InvoiceContent>>

Properties

Link copied to clipboard
val invoice: Invoice