how to detect message reaction update
ahmedfamhy3 opened this issue · 0 comments
ahmedfamhy3 commented
tg.add_update_handler(handler_type="updateMessageInteractionInfo", func=new_update_handler)
def new_update_handler(update):
print(update)
print("new_update_handler")
it doesn't show anything when i react or someone react to my messages