Telegram bot sends "my_chat_member" object instead of "message" object on start via webhook – Telegram API
I have a telegram bot where the user can send /start command and I will receive this command on my server via web hook. In 99% of cases the request from telegram looks like this: { "update_id":99999999, "message":{ "message_id":9999, "from":{…