utils.get_formatted_text¶
Convert a FormattedText object to its text representation string
utils.get_formatted_text(
formatted_text: FormattedText,
html: bool = True,
escape: bool = True
) → str
Source: pytdbot/utils/text_format.py