Closed rs-pro0 closed 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.
messages.InvitedUsers
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.