CaptionedInput

interface CaptionedInput : Captioned

Properties

caption
Link copied to clipboard
common
abstract val caption: String?
captionEntities
Link copied to clipboard
common
abstract val captionEntities: List<TextPart>
Full list of entities.

Inheritors

Game
Link copied to clipboard
MediaGroupContent
Link copied to clipboard
AnimationContent
Link copied to clipboard
VoiceContent
Link copied to clipboard

Extensions

parseCommandsWithParams
Link copied to clipboard
common
fun CaptionedInput.parseCommandsWithParams(argsSeparator: Regex = defaultArgsSeparator): MutableMap<String, Array<String>>
Parse commands and their args.
textSources
Link copied to clipboard
common
val CaptionedInput.textSources: List<TextSource>
toHtmlCaptions
Link copied to clipboard
common
fun CaptionedInput.toHtmlCaptions(): List<String>
toMarkdownCaptions
Link copied to clipboard
common
fun CaptionedInput.toMarkdownCaptions(): List<String>
toMarkdownV2Captions
Link copied to clipboard
common
fun CaptionedInput.toMarkdownV2Captions(): List<String>