1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-07-27 02:15:09 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.types.MessageEntity.textsources/-text-link-text-source/index.md
2021-03-17 15:18:37 +00:00

4.0 KiB

//docs/dev.inmo.tgbotapi.types.MessageEntity.textsources/TextLinkTextSource

TextLinkTextSource

[common] data class TextLinkTextSourceconstructor(source: String, url: String) : TextSource

See also

common

link

Constructors

TextLinkTextSource [common] fun TextLinkTextSource(source: String, url: String)

Properties

Name Summary
asText [common] open val asText: String
html [common] open override val html: String
markdown [common] open override val markdown: String
markdownV2 [common] open override val markdownV2: String
source [common] open override val source: String
url [common] val url: String