AnimationContent

data class AnimationContent(    val media: AnimationFile,     val includedDocument: DocumentFile?,     val text: String?,     val textSources: TextSourcesList = emptyList()) : TextedMediaContent

Constructors

Link copied to clipboard
fun AnimationContent(    media: AnimationFile,     includedDocument: DocumentFile?,     text: String?,     textSources: TextSourcesList = emptyList())

Functions

Link copied to clipboard
open override fun asTelegramMedia(): TelegramMediaAnimation
Link copied to clipboard
open override fun createResend(    chatId: ChatIdentifier,     disableNotification: Boolean,     protectContent: Boolean,     replyToMessageId: MessageIdentifier?,     allowSendingWithoutReply: Boolean?,     replyMarkup: KeyboardMarkup?): Request<ContentMessage<AnimationContent>>

Properties

Link copied to clipboard
val includedDocument: DocumentFile?
Link copied to clipboard
open override val media: AnimationFile
Link copied to clipboard
open override val text: String?
Link copied to clipboard
open override val textSources: TextSourcesList

Full list of TextSources