Skip to content

utils.quote

util

Convert the given text to quote block

utils.quote(
  text: str,
  expandable: bool = False,
  html: bool = True,
  escape: bool = True
)

Source: pytdbot/utils/text_format.py