VideoFile
@Serializable
Functions
Link copied to clipboard
Link copied to clipboard
inline fun VideoFile.toTelegramMediaVideo(textSources: TextSourcesList, spoilered: Boolean = false, showCaptionAboveMedia: Boolean = false, startTimestamp: Seconds? = this.startTimestamp): TelegramMediaVideo
inline fun VideoFile.toTelegramMediaVideo(text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, showCaptionAboveMedia: Boolean = false, startTimestamp: Seconds? = this.startTimestamp): TelegramMediaVideo
Link copied to clipboard