Now account name is copyable
This commit is contained in:
@ -86,10 +86,3 @@ async def send_deleteable_message(
|
||||
parse_mode="MarkdownV2",
|
||||
reply_markup=markup,
|
||||
)
|
||||
|
||||
|
||||
def escape(text: str) -> str:
|
||||
escaped_chars = "*_~|`[("
|
||||
for char in escaped_chars:
|
||||
text = text.replace(char, rf"\\{char}")
|
||||
return text
|
||||
|
Reference in New Issue
Block a user