InvoiceContent

data class InvoiceContent(invoice: Invoice) : MessageContent

Functions

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

Properties

invoice
Link copied to clipboard
common
val invoice: Invoice