Skip to content

utils.bold

util

Convert the given text to bold format

utils.bold(
  text: str,
  html: bool = True,
  escape: bool = True
) → str

Source: pytdbot/utils/text_format.py