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
Can create a PR that either fixes addEventHandler typings (simpler but BC break) or marks removeEventHandler's second argument optional and loads the Raw class
According to TypeScript it's possible to use
addEventHandler
with 1 parameter but it's not clear how to unsubscribe from it then:gramjs/gramjs/client/TelegramClient.ts
Lines 1111 to 1123 in 2e8eff3
The text was updated successfully, but these errors were encountered: