docs / com.github.insanusmokrassar.TelegramBotAPI.utils / kotlin.collections.List

Extensions for kotlin.collections.List

(common)

chat

val List<BaseMessageUpdate>.chat: Chat?
(common)

forwarded

val List<BaseMessageUpdate>.forwarded: ForwardInfo?
(common)

mediaGroupId

val List<BaseMessageUpdate>.mediaGroupId: MediaGroupIdentifier?
(common)

replyTo

val List<BaseMessageUpdate>.replyTo: Message?
(common)

toHtmlCaptions

fun FullTextSourcesList.toHtmlCaptions(): List<String>
(common)

toHtmlExplanations

fun FullTextSourcesList.toHtmlExplanations(): List<String>
(common)

toHtmlTexts

fun FullTextSourcesList.toHtmlTexts(): List<String>
(common)

toMarkdownCaptions

fun FullTextSourcesList.toMarkdownCaptions(): List<String>
(common)

toMarkdownExplanations

fun FullTextSourcesList.toMarkdownExplanations(): List<String>
(common)

toMarkdownTexts

fun FullTextSourcesList.toMarkdownTexts(): List<String>
(common)

toMarkdownV2Captions

fun FullTextSourcesList.toMarkdownV2Captions(): List<String>
(common)

toMarkdownV2Explanations

fun FullTextSourcesList.toMarkdownV2Explanations(): List<String>
(common)

toMarkdownV2Texts

fun FullTextSourcesList.toMarkdownV2Texts(): List<String>