1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-09-07 03:06:52 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.types.MessageEntity.textsources/-regular-text-source/index.md

36 lines
3.4 KiB
Markdown
Raw Normal View History

//[docs](../../../index.md)/[dev.inmo.tgbotapi.types.MessageEntity.textsources](../index.md)/[RegularTextSource](index.md)
# RegularTextSource
[common] data class [RegularTextSource](index.md)constructor(**source**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [TextSource](../../dev.inmo.tgbotapi.CommonAbstracts/-text-source/index.md)
## See also
common
| | |
|---|---|
| <a name="dev.inmo.tgbotapi.types.MessageEntity.textsources/RegularTextSource///PointingToDeclaration/"></a>[regular](../regular.md)| <a name="dev.inmo.tgbotapi.types.MessageEntity.textsources/RegularTextSource///PointingToDeclaration/"></a>|
## Constructors
| | |
|---|---|
| <a name="dev.inmo.tgbotapi.types.MessageEntity.textsources/RegularTextSource/RegularTextSource/#kotlin.String/PointingToDeclaration/"></a>[RegularTextSource](-regular-text-source.md)| <a name="dev.inmo.tgbotapi.types.MessageEntity.textsources/RegularTextSource/RegularTextSource/#kotlin.String/PointingToDeclaration/"></a> [common] fun [RegularTextSource](-regular-text-source.md)(source: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) <br>|
## Properties
| Name | Summary |
|---|---|
| <a name="dev.inmo.tgbotapi.types.MessageEntity.textsources/RegularTextSource/asText/#/PointingToDeclaration/"></a>[asText](index.md#%5Bdev.inmo.tgbotapi.types.MessageEntity.textsources%2FRegularTextSource%2FasText%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081)| <a name="dev.inmo.tgbotapi.types.MessageEntity.textsources/RegularTextSource/asText/#/PointingToDeclaration/"></a> [common] open val [asText](index.md#%5Bdev.inmo.tgbotapi.types.MessageEntity.textsources%2FRegularTextSource%2FasText%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) <br>|
| <a name="dev.inmo.tgbotapi.types.MessageEntity.textsources/RegularTextSource/html/#/PointingToDeclaration/"></a>[html](html.md)| <a name="dev.inmo.tgbotapi.types.MessageEntity.textsources/RegularTextSource/html/#/PointingToDeclaration/"></a> [common] open override val [html](html.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) <br>|
| <a name="dev.inmo.tgbotapi.types.MessageEntity.textsources/RegularTextSource/markdown/#/PointingToDeclaration/"></a>[markdown](markdown.md)| <a name="dev.inmo.tgbotapi.types.MessageEntity.textsources/RegularTextSource/markdown/#/PointingToDeclaration/"></a> [common] open override val [markdown](markdown.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) <br>|
| <a name="dev.inmo.tgbotapi.types.MessageEntity.textsources/RegularTextSource/markdownV2/#/PointingToDeclaration/"></a>[markdownV2](markdown-v2.md)| <a name="dev.inmo.tgbotapi.types.MessageEntity.textsources/RegularTextSource/markdownV2/#/PointingToDeclaration/"></a> [common] open override val [markdownV2](markdown-v2.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) <br>|
| <a name="dev.inmo.tgbotapi.types.MessageEntity.textsources/RegularTextSource/source/#/PointingToDeclaration/"></a>[source](source.md)| <a name="dev.inmo.tgbotapi.types.MessageEntity.textsources/RegularTextSource/source/#/PointingToDeclaration/"></a> [common] open override val [source](source.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) <br>|