Eleirbag89 / TelegramBotPHP

A very simple PHP Telegram Bot API for sending messages.
http://eleirbag89.github.io/TelegramBotPHP
MIT License
807 stars 341 forks source link

added ANIMATION type const and fixed some bugs #175

Closed Mohsen322 closed 5 years ago

Mohsen322 commented 5 years ago

In getUpdateType method, if a user sends his/her location or contact, the "message" type will return. As a result, for fixing this issue, we should change priority and push location and contact condition upper than "reply". It's same for "animation" and "document" type, because in receiving json from server animation data is upper than document