radyakaze/phptelebot

Empty chat_id on callback_query

GrayHoax opened this issue · 1 comments

chat_id not set when user clicks inline button. Call method sendMessage after that return error.

Bot.php line 51 should be:$getUpdates = $getUpdates['callback_query'];