bold

infix fun String.bold(parseMode: ParseMode): String


inline fun EntitiesBuilder.bold(vararg parts: TextSource): EntitiesBuilder

Deprecated

Replaced in core module

Replace with

import dev.inmo.tgbotapi.utils.bold
bold(parts)

Add bold using EntitiesBuilder.add with dev.inmo.tgbotapi.types.message.textsources.bold


Deprecated

Replaced in core module

Replace with

import dev.inmo.tgbotapi.utils.bold
bold(init)

Add bold using EntitiesBuilder.add with dev.inmo.tgbotapi.types.message.textsources.bold. Will reuse separator config from buildEntities


Deprecated

Replaced in core module

Replace with

import dev.inmo.tgbotapi.utils.bold
bold(text)

Add bold using EntitiesBuilder.add with dev.inmo.tgbotapi.types.message.textsources.bold