1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-07-06 00:00:50 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.extensions.utils.formatting/strikethrough.md
2021-03-17 15:18:37 +00:00

15 lines
1.1 KiB
Markdown

//[docs](../../index.md)/[dev.inmo.tgbotapi.extensions.utils.formatting](index.md)/[strikethrough](strikethrough.md)
# strikethrough
[common]
Content
inline fun [EntitiesBuilder](-entities-builder/index.md).[strikethrough](strikethrough.md)(parts: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TextSource](../dev.inmo.tgbotapi.CommonAbstracts/-text-source/index.md)>)
inline fun [EntitiesBuilder](-entities-builder/index.md).[strikethrough](strikethrough.md)(vararg parts: [TextSource](../dev.inmo.tgbotapi.CommonAbstracts/-text-source/index.md))
inline fun [EntitiesBuilder](-entities-builder/index.md).[strikethrough](strikethrough.md)(text: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))
infix fun [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html).[strikethrough](strikethrough.md)(parseMode: [ParseMode](../dev.inmo.tgbotapi.types.ParseMode/-parse-mode/index.md)): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)