Invite people to a group
There are two ways to grow a group: invite friends directly, or share an invite link. A link works even for people who've never used Latte before.
Inviting needs the right privileges — you'll see the invite controls if your role in the group allows it.
- 🖥 Web
- 📱 Mobile
-
Open the group from your Chat list and open its Members section.
-
To invite friends directly: use Invite friends to join the group, pick the friends you want, then confirm the prompt asking whether to invite them.
Screenshot coming soonThe Invite friends to join the group dialog with a friend selection listCapture spec (for maintainers)
{ "id": "web.groups.invite-people.invite-friends", "platform": "web", "route": "/chats/groups/{groupId}", "actions": [ { "pom": { "page": "GroupPage", "call": "openInviteFriends" } } ], "clip": { "testId": "invite-friends-dialog", "pad": 16 } } -
To invite by link: click Create Invite Link. Optionally set an expiry date and a maximum number of uses, then generate the link and copy it.
Screenshot coming soonThe Create a group invitation url dialog with the generated invite link and optional expiry and use-limit fieldsCapture spec (for maintainers)
{ "id": "web.groups.invite-people.invite-link", "platform": "web", "route": "/chats/groups/{groupId}", "actions": [ { "pom": { "page": "GroupPage", "call": "openCreateInviteLink" } } ], "clip": { "testId": "external-invite-dialog", "pad": 16 } }
-
Open the group from the Chat tab, open its Members screen, and start an invite.
-
To invite friends directly: pick the friends you want and confirm.
Screenshot coming soonThe mobile invite screen with the friend selection listCapture spec (for maintainers)
{ "id": "mobile.groups.invite-people.invite-screen", "platform": "mobile", "route": "/chats/groups/{groupId}/members/invite", "actions": [] } -
To invite by link: create an invite link, set an optional expiry and use limit, then share it.
An invite link can bring in people who don't have Latte yet — they'll be guided to sign in and land straight in the group. You can cap how many times a link works and when it expires.