1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-11-27 04:28:44 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.types.MessageEntity.textsources/bold.md

14 lines
711 B
Markdown
Raw Normal View History

//[docs](../../index.md)/[dev.inmo.tgbotapi.types.MessageEntity.textsources](index.md)/[bold](bold.md)
# bold
[common]
Content
inline fun [bold](bold.md)(parts: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TextSource](../dev.inmo.tgbotapi.CommonAbstracts/-text-source/index.md)>): [BoldTextSource](-bold-text-source/index.md)
inline fun [bold](bold.md)(vararg parts: [TextSource](../dev.inmo.tgbotapi.CommonAbstracts/-text-source/index.md)): [BoldTextSource](-bold-text-source/index.md)
inline fun [bold](bold.md)(text: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [BoldTextSource](-bold-text-source/index.md)