print(event.from_id)
print(event.chat_id)
print(event.sender_id)
print(await event.get_input_sender())
tried those but i still dont get a hint
print(await bot.get_entity(event.sender_id)) didnt worked too
there shouldn't be a sender_id if it's anonymous
Обсуждают сегодня