MediaGroupCollectionContent

Types

Link copied to clipboard
@Serializable
data class PartWrapper<T : MediaGroupPartContent>(val messageId: MessageId, val content: T, val sourceMessage: PossiblySentViaBotCommonMessage<T>)

Properties

Link copied to clipboard
Link copied to clipboard
abstract val media: TelegramMediaFile
Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard
abstract fun createResend(chatId: ChatIdentifier, messageThreadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request<out Message>