utils.strikethrough¶
Convert the given text to strikethrough format
utils.strikethrough(
text: str,
html: bool = True,
escape: bool = True
) → str
Source: pytdbot/utils/text_format.py
utils.strikethrough¶Convert the given text to strikethrough format
utils.strikethrough(
text: str,
html: bool = True,
escape: bool = True
) → str
Source: pytdbot/utils/text_format.py