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
Log warning for unknown update types instead of NRE (#94)
Updates like chat_member have EditedOrMessage as null, causing NRE. Now we check for EditedOrMessage before processing and log a warning for unknown update types.
0 commit comments