1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-10-02 23:46:09 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.extensions.utils.formatting/create-formatted-text.md

12 lines
803 B
Markdown
Raw Normal View History

//[docs](../../index.md)/[dev.inmo.tgbotapi.extensions.utils.formatting](index.md)/[createFormattedText](create-formatted-text.md)
# createFormattedText
[common]
Content
fun [createFormattedText](create-formatted-text.md)(entities: [TextSourcesList](../dev.inmo.tgbotapi.CommonAbstracts/index.md#%5Bdev.inmo.tgbotapi.CommonAbstracts%2FTextSourcesList%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081), partLength: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = textLength.last, mode: [ParseMode](../dev.inmo.tgbotapi.types.ParseMode/-parse-mode/index.md) = defaultParseMode): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>