Private chats
A private chat is a one-to-one conversation with a friend, kept separate from your group channels. Your private chats are listed under Direct Messages.
You can only start a private chat with a friend. If you try to message someone who isn't your friend, Latte shows You can only message a friend! — send them a friend request first (see Add friends).
- 🖥 Web
- 📱 Mobile
-
Open Chats. Your existing one-to-one conversations are under Direct Messages.
Screenshot coming soonThe Chats page with the Direct Messages list and the Start a new conversation buttonCapture spec (for maintainers)
{ "id": "web.chat-and-messaging.private-chats.direct-messages", "platform": "web", "route": "/chats", "actions": [ { "pom": { "page": "ChatPage", "call": "showDirectMessages" } } ], "clip": { "testId": "private-chat-list", "pad": 12 } } -
To start a new one, click Start a new conversation, then pick a friend under Choose a friend to send a message to. You can also open a friend's profile and click Message.
-
Type and send — the conversation now appears in your Direct Messages.
-
Open the Chats tab. Your one-to-one conversations are under Direct Messages.
Screenshot coming soonThe mobile Chats tab showing Direct Messages and the Start a new conversation actionCapture spec (for maintainers)
{ "id": "mobile.chat-and-messaging.private-chats.direct-messages", "platform": "mobile", "route": "/chats", "actions": [ { "tapOn": { "id": "chat-tab-direct-messages" } } ] } -
To start a new one, tap Start a new conversation and choose a friend, or open a friend's profile and tap Message.
-
Type and send.