- Add method
SenderPool::pop_updates().
- Re-added the MessageBox and ChatHashes that I deleted in my last PR.
- Make the
process_socket_updates function asynchronous
- I only did a simple test of
events.Raw and events.NewMessage. The test scripts need to be added (I don't really like writing them).
By the way, should we remove unused PySender python bindings? By doing this, we can remove the dependency on grammers-tl-types.
- Add method `SenderPool::pop_updates()`.
- Re-added the MessageBox and ChatHashes that I deleted in my last PR.
- Make the `process_socket_updates` function asynchronous
- I only did a simple test of `events.Raw` and `events.NewMessage`. The test scripts need to be added (I don't really like writing them).
By the way, should we remove unused `PySender` python bindings? By doing this, we can remove the dependency on `grammers-tl-types`.