1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-09-07 03:06:52 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.CommonAbstracts/-parsable-output/index.md

23 lines
1.3 KiB
Markdown
Raw Normal View History

//[docs](../../../index.md)/[dev.inmo.tgbotapi.CommonAbstracts](../index.md)/[ParsableOutput](index.md)
# ParsableOutput
[common] interface [ParsableOutput](index.md) : [Texted](../-texted/index.md)
## Properties
| Name | Summary |
|---|---|
| <a name="dev.inmo.tgbotapi.CommonAbstracts/ParsableOutput/parseMode/#/PointingToDeclaration/"></a>[parseMode](parse-mode.md)| <a name="dev.inmo.tgbotapi.CommonAbstracts/ParsableOutput/parseMode/#/PointingToDeclaration/"></a> [common] abstract val [parseMode](parse-mode.md): [ParseMode](../../dev.inmo.tgbotapi.types.ParseMode/-parse-mode/index.md)? <br>|
| <a name="dev.inmo.tgbotapi.CommonAbstracts/ParsableOutput/text/#/PointingToDeclaration/"></a>[text](index.md#%5Bdev.inmo.tgbotapi.CommonAbstracts%2FParsableOutput%2Ftext%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081)| <a name="dev.inmo.tgbotapi.CommonAbstracts/ParsableOutput/text/#/PointingToDeclaration/"></a> [common] abstract val [text](index.md#%5Bdev.inmo.tgbotapi.CommonAbstracts%2FParsableOutput%2Ftext%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? <br>|
## Inheritors
| Name |
|---|
| <a name="dev.inmo.tgbotapi.CommonAbstracts/TextedOutput///PointingToDeclaration/"></a>[TextedOutput](../-texted-output/index.md)|