utils.quote¶
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
utils.quote¶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