Lonami / grammers

(tele)gramme.rs - use Telegram's API from Rust
https://t.me/gramme_rs
Apache License 2.0
563 stars 117 forks source link

Bump to layer 179 #231

Closed rs-pro0 closed 7 months ago

Lonami commented 7 months ago

Now looking at Telethon (since that also needs to handle the invited users thing), I've noticed it handles a few more types:

https://github.com/LonamiWebs/Telethon/blob/1974b663a29bbd97ff70bd249f49d899a5cf765e/telethon/network/mtprotosender.py#L693-L697

Those are probably also needed in grammers. Maybe best to leave that correction to a separate PR and just fix messages.InvitedUsers here.