-
Notifications
You must be signed in to change notification settings - Fork 612
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ChatMemberUpdated.invite_link
missing when joining public groups
#428
Comments
It works however when people join when pressing on a chat folder invite link. |
Apparently in case of folder-join the groups primary link is used and the |
Another insight: Apparently the link is there for groups that are newly created today … |
This is not true. If the user joins the group via an invite link, the field |
Thanks for the quick reply! Your explanation about the "Join" button hiding away the |
The behavior depends on the used app. The official Android app is known to use direct join instead of invite link for public chats. |
I do not believe it is an app issue only. I can use Telethon to join a chat with the same invite link with different accounts, in one chat member update it has the link, one doesn't |
I tested this again multiple times and each time the |
Hi. I did some testing and it looks like the
invite_link
field of theChatMemberUpdated
class is present only when joining private groups. For public groups, the field is missing even when the user does join via a link and not via the username of the group.I expect that the added value of the invite link is smaller for public groups as they can be found by anyone, but this behavior is was unexpected as the documentation does not suggest it. If you could document this behavior or if the behavior could be updated, I'd be grateful.
The text was updated successfully, but these errors were encountered: