PaidMediaInfoContent

@Serializable
data class PaidMediaInfoContent(val paidMediaInfo: PaidMediaInfo, val text: String? = null, val textSources: TextSourcesList = emptyList(), val quote: TextQuote? = null, val showCaptionAboveMedia: Boolean = false) : MessageContent, TextedContent, WithCustomizableCaption, WithOptionalQuoteInfo

Constructors

Link copied to clipboard
constructor(paidMediaInfo: PaidMediaInfo, text: String? = null, textSources: TextSourcesList = emptyList(), quote: TextQuote? = null, showCaptionAboveMedia: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
open override val quote: TextQuote? = null
Link copied to clipboard
open override val showCaptionAboveMedia: Boolean = false
Link copied to clipboard
open override val text: String? = null
Link copied to clipboard
open override val textSources: TextSourcesList

Full list of TextSources

Functions

Link copied to clipboard
open override fun createResend(chatId: ChatIdentifier, messageThreadId: MessageThreadId?, businessConnectionId: BusinessConnectionId?, disableNotification: Boolean, protectContent: Boolean, effectId: EffectId?, replyParameters: ReplyParameters?, replyMarkup: KeyboardMarkup?): Request<ContentMessage<PaidMediaInfoContent>>
open fun createResend(chatId: ChatIdentifier, messageThreadId: MessageThreadId? = chatId.threadId, businessConnectionId: BusinessConnectionId? = chatId.businessConnectionId, disableNotification: Boolean = false, protectContent: Boolean = false, effectId: EffectId? = null, replyToMessageId: MessageId?, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request<out AccessibleMessage>