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
Fix:IMP : code fauilure due the updated API in backened (by Telegram itself). By using "client.iter_dialogs()" instead of deprecated "GetAllChatsRequest"....
1. As the "GetAllChatsRequest()" has been deprecated by Telegram.
2. Need to use "client.iter_dialogs()" now for the same purpose of getting the chats.
Ref:
alik0211/mtproto-core#279gram-js/gramjs#522
0 commit comments