interface MediaGroupContent : MediaContent, CaptionedInput
(source)
(common)
toMediaGroupMemberInputMedia |
abstract fun toMediaGroupMemberInputMedia(): MediaGroupMemberInputMedia |
(common)
fullEntitiesList |
Convert its CaptionedInput.captionEntities to list of com.github.insanusmokrassar.TelegramBotAPI.CommonAbstracts.TextSource with com.github.insanusmokrassar.TelegramBotAPI.types.MessageEntity.textsources.RegularTextSource fun CaptionedInput.fullEntitiesList(): FullTextSourcesList |
(common)
toHtmlCaptions |
fun CaptionedInput.toHtmlCaptions(): List<String> |
(common)
toMarkdownCaptions |
fun CaptionedInput.toMarkdownCaptions(): List<String> |
(common)
toMarkdownV2Captions |
fun CaptionedInput.toMarkdownV2Captions(): List<String> |
(common)
PhotoContent |
data class PhotoContent : MediaCollectionContent<PhotoSize>, MediaGroupContent |
(common)
VideoContent |
data class VideoContent : MediaGroupContent |