Ajaxy / telegram-tt

Telegram Web A, GPL v3
https://web.telegram.org/a
GNU General Public License v3.0
2.39k stars 520 forks source link

New Group: Allow to manually send invites to users restricted to be added automatically #306

Closed Ajaxy closed 11 months ago

Ajaxy commented 1 year ago

Some users restrict adding them to new groups automatically. Telegram clients need to suggest sending them invite links in direct messages instead.

Leverage https://core.telegram.org/constructor/updateGroupInvitePrivacyForbidden.

Designs are missing but can be implemented in a modal window above the newly created chat, similar to iOS.

Examples from other clients:

rohit-4321 commented 11 months ago

Hey, @Ajaxy could you please give a little more info about this issue. What i can see, is while adding new user to the group in group setting, there is a modal for sending invitation. I believe thats what this is issue about or something else???

image image

Ajaxy commented 11 months ago

Yep, that is already implemented in 4d70ae306d33842122f4917ab119225b6c747f48. Thanks for an update, closing this one.