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
Since we have a lot of issues and requests for making utilities to get, handle and process telegram updates, we need to create separate subsystem for it. It must be splitted by specific subsystem. cause some projects doesn't need get updates at all.
Solution:
The idea is to make a separate subpackage that wraps around the telegram.Client itself, very similar to the existing deeplinks package. Perhaps we will be able to make a manager of such updates so as not to load the main components (telegram.Client and mtproto.Client), since not in all cases users need to receive updates.
Possible alternatives:
Leave this problem to end users, but i'm not sure that it's a good solution.
Problem description:
Since we have a lot of issues and requests for making utilities to get, handle and process telegram updates, we need to create separate subsystem for it. It must be splitted by specific subsystem. cause some projects doesn't need get updates at all.
Solution:
The idea is to make a separate subpackage that wraps around the
telegram.Client
itself, very similar to the existing deeplinks package. Perhaps we will be able to make a manager of such updates so as not to load the main components (telegram.Client
andmtproto.Client
), since not in all cases users need to receive updates.Possible alternatives:
Leave this problem to end users, but i'm not sure that it's a good solution.
Additional context
Linked issues:
cleint.UpdatesGetState
The text was updated successfully, but these errors were encountered: