mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-27 04:28:44 +00:00
19 lines
1.2 KiB
Markdown
19 lines
1.2 KiB
Markdown
|
//[docs](../../index.md)/[dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent](index.md)/[InputTextMessageContent](-input-text-message-content.md)
|
||
|
|
||
|
|
||
|
|
||
|
# InputTextMessageContent
|
||
|
[common]
|
||
|
Content
|
||
|
fun [InputTextMessageContent](-input-text-message-content.md)(text: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), parseMode: [ParseMode](../dev.inmo.tgbotapi.types.ParseMode/-parse-mode/index.md)? = null, disableWebPagePreview: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? = null): [InputTextMessageContent](-input-text-message-content/index.md)
|
||
|
fun [InputTextMessageContent](-input-text-message-content.md)(entities: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TextSource](../dev.inmo.tgbotapi.CommonAbstracts/-text-source/index.md)>, disableWebPagePreview: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? = null): [InputTextMessageContent](-input-text-message-content/index.md)
|
||
|
More info
|
||
|
|
||
|
|
||
|
Represents the [InputMessageContent](../dev.inmo.tgbotapi.types.InlineQueries.abstracts/-input-message-content/index.md) of a text message to be sent as the result of an inline query.
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|