TextedContent

All the subtypes of this content will have text and textSources fields

Inheritors

Properties

Link copied to clipboard
abstract val text: String?
Link copied to clipboard
abstract override val textSources: List<TextSource>

Full list of TextSources

Functions

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