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
{{ message }}
This repository was archived by the owner on Feb 21, 2026. It is now read-only.
When running Telethon as bot, whenever I have some update arriving (i suppose this occurs for "chat action" events),
I am catching TypeNotFoundError.
Example: I run Telethon bot session, with chat action handler set up.
When I am adding / removing my bot to / from the channel, ithe following error occurs:
When running Telethon as bot, whenever I have some update arriving (i suppose this occurs for "chat action" events),
I am catching
TypeNotFoundError.Example: I run Telethon bot session, with chat action handler set up.
When I am adding / removing my bot to / from the channel, ithe following error occurs:
What is going on? Does the schema somehow messed up?
This occurs on the last Telethon 1.20.0 from PyPi.
Previous version I used (1.17.6) did not have this.