bot-python icon indicating copy to clipboard operation
bot-python copied to clipboard

Update echo_bot.py

Open kuznetsov-m opened this issue 5 years ago • 2 comments
trafficstars

The event does not have a event.from member for users who are registered via email. Fix: Replace event.from to event.data['chat']['chatId']

kuznetsov-m avatar May 23 '20 13:05 kuznetsov-m

@sergey-gladkow excuse me, could you help me to get approve for this pull request?

kuznetsov-m avatar Jun 01 '20 19:06 kuznetsov-m

The event does not have a event.from member for users who are registered via email. Fix: Replace event.from to event.data['chat']['chatId']

If you wanna fix it - you should properly construct Event object instead of [deep][dict][calling] Also you should add an issue with detailed description of the problem (including dataset for bug reproducing)

Olegt0rr avatar Jun 07 '20 23:06 Olegt0rr