MV
import re
text = (await event.get_reply_message()).text
re.search("всё", text)
Result:
<re.Match object; span=(9, 12), match='всё'>
Size: a a a
MV
import re
text = (await event.get_reply_message()).text
re.search("всё", text)
<re.Match object; span=(9, 12), match='всё'>
S
AS
AS
S
S
MV
S
MV
ВБ
Г
TP
TP
⟁ᴡ
Г
MV
TP
MV
Г
⟁ᴡ
from telethon.tl.types import InputMediaContact
await e.reply(file=InputMediaContact(last_name='', vcard='', phone_number='+42452', first_name='+42452'))
return;
None