Skip to content

utils.italic

util

Convert the given text to italic format

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

Source: pytdbot/utils/text_format.py