Skip to content

utils.strikethrough

util

Convert the given text to strikethrough format

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

Source: pytdbot/utils/text_format.py