1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-09-20 01:26:09 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.CommonAbstracts/-captioned-input/index.md
2021-03-17 15:18:37 +00:00

4.8 KiB

//docs/dev.inmo.tgbotapi.CommonAbstracts/CaptionedInput

CaptionedInput

[common] interface CaptionedInput : Captioned

Properties

Name Summary
caption [common] abstract val caption: String?
captionEntities [common] abstract val captionEntities: List<TextPart>Full list of entities.

Inheritors

Name
Game
MediaGroupContent
AnimationContent
VoiceContent

Extensions

Name Summary
textSources [common]
Content
val CaptionedInput.textSources: List<TextSource>


toHtmlCaptions [common]
Content
fun CaptionedInput.toHtmlCaptions(): List<String>


toMarkdownCaptions [common]
Content
fun CaptionedInput.toMarkdownCaptions(): List<String>


toMarkdownV2Captions [common]
Content
fun CaptionedInput.toMarkdownV2Captions(): List<String>