Skip to content

utils.underline

util

Convert the given text to underline format

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

Source: pytdbot/utils/text_format.py