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

3.4 KiB

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

RegularTextSource

[common] data class RegularTextSourceconstructor(source: String) : TextSource

See also

common

regular

Constructors

RegularTextSource [common] fun RegularTextSource(source: 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