Eleirbag89 / TelegramBotPHP

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

Fix: UserID when update is inline_query #290

Closed parsapoorsh closed 1 year ago

parsapoorsh commented 1 year ago

if the update is inline_query, the $bot->UserID has some problems with it. this pull request will fix it.