V
Size: a a a
V
V
V
V
MD
a
В
В
MD
MD
MD
if isinstance(dialog.entity, User) is True and dialog.entity.support is False and dialog.entity.bot is False and get_message != '' and get_message != None:
MD
from telethon.tl.types import User
В
MD
if isinstance(dialog.entity, User) and dialog.entity.support is False and dialog.entity.bot is False and get_message != '' and get_message is not None:
MD
MD
MD
В
MD
MD