MediaGroupContent

interface MediaGroupContent : TextedMediaContent

Functions

Link copied to clipboard
abstract fun asTelegramMedia(): TelegramMedia
Link copied to clipboard
abstract fun createResend(    chatId: ChatIdentifier,     disableNotification: Boolean = false,     protectContent: Boolean = false,     replyToMessageId: MessageIdentifier? = null,     allowSendingWithoutReply: Boolean? = null,     replyMarkup: KeyboardMarkup? = null): Request<out Message>
Link copied to clipboard
abstract fun toMediaGroupMemberTelegramMedia(): MediaGroupMemberTelegramMedia

Properties

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

Full list of TextSources

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard