mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-23 10:38:43 +00:00
27 KiB
27 KiB
//docs/dev.inmo.tgbotapi.types.MessageEntity.textsources
Package dev.inmo.tgbotapi.types.MessageEntity.textsources
Types
Name | Summary |
---|---|
BoldTextSource | [common] Content data class BoldTextSourceconstructor(source: String, subsources: List<TextSource>) : MultilevelTextSource |
BotCommandTextSource | [common] Content data class BotCommandTextSourceconstructor(source: String) : TextSource |
CashTagTextSource | [common] Content data class CashTagTextSourceconstructor(source: String, subsources: List<TextSource>) : MultilevelTextSource |
CodeTextSource | [common] Content data class CodeTextSourceconstructor(source: String) : TextSource |
EMailTextSource | [common] Content data class EMailTextSourceconstructor(source: String, subsources: List<TextSource>) : MultilevelTextSource |
HashTagTextSource | [common] Content data class HashTagTextSourceconstructor(source: String, subsources: List<TextSource>) : MultilevelTextSource |
ItalicTextSource | [common] Content data class ItalicTextSourceconstructor(source: String, subsources: List<TextSource>) : MultilevelTextSource |
MentionTextSource | [common] Content data class MentionTextSourceconstructor(source: String, subsources: List<TextSource>) : MultilevelTextSource |
PhoneNumberTextSource | [common] Content data class PhoneNumberTextSourceconstructor(source: String, subsources: List<TextSource>) : MultilevelTextSource |
PreTextSource | [common] Content data class PreTextSourceconstructor(source: String, language: String?) : TextSource |
RegularTextSource | [common] Content data class RegularTextSourceconstructor(source: String) : TextSource |
StrikethroughTextSource | [common] Content data class StrikethroughTextSourceconstructor(source: String, subsources: List<TextSource>) : MultilevelTextSource |
TextLinkTextSource | [common] Content data class TextLinkTextSourceconstructor(source: String, url: String) : TextSource |
TextMentionTextSource | [common] Content data class TextMentionTextSourceconstructor(source: String, user: User, subsources: List<TextSource>) : MultilevelTextSource |
UnderlineTextSource | [common] Content data class UnderlineTextSourceconstructor(source: String, subsources: List<TextSource>) : MultilevelTextSource |
URLTextSource | [common] Content data class URLTextSourceconstructor(source: String) : TextSource |