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

37 lines
4.6 KiB
Markdown
Raw Normal View History

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