InvoiceContent

@Serializable
data class InvoiceContent(val invoice: Invoice) : MessageContent

Constructors

Link copied to clipboard
constructor(invoice: Invoice)

Properties

Link copied to clipboard

Functions

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