mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-27 04:28:44 +00:00
14 lines
786 B
Markdown
14 lines
786 B
Markdown
|
//[docs](../../index.md)/[dev.inmo.tgbotapi.types.MessageEntity.textsources](index.md)/[underline](underline.md)
|
||
|
|
||
|
|
||
|
|
||
|
# underline
|
||
|
[common]
|
||
|
Content
|
||
|
inline fun [underline](underline.md)(parts: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TextSource](../dev.inmo.tgbotapi.CommonAbstracts/-text-source/index.md)>): [UnderlineTextSource](-underline-text-source/index.md)
|
||
|
inline fun [underline](underline.md)(vararg parts: [TextSource](../dev.inmo.tgbotapi.CommonAbstracts/-text-source/index.md)): [UnderlineTextSource](-underline-text-source/index.md)
|
||
|
inline fun [underline](underline.md)(text: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [UnderlineTextSource](-underline-text-source/index.md)
|
||
|
|
||
|
|
||
|
|