You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Telegram Bot errors out when doing a handleGetUpdates ("Call to a member function getChat() on null") after a user reacts to a channel post. Here's the fix.
In DB::insertMessageReactionCount, this line referencing $message_reaction should be this:
if ($chat = $message_reaction_count->getChat()) {
The text was updated successfully, but these errors were encountered:
🐞 Bug Report
Telegram Bot errors out when doing a handleGetUpdates ("Call to a member function getChat() on null") after a user reacts to a channel post. Here's the fix.
In DB::insertMessageReactionCount, this line referencing $message_reaction should be this:
if ($chat = $message_reaction_count->getChat()) {
The text was updated successfully, but these errors were encountered: