37 lines
1.3 KiB
Markdown
37 lines
1.3 KiB
Markdown
---
|
|
sidebar_position: 3
|
|
---
|
|
|
|
# Text and Direct Messages
|
|
|
|
Text channels and direct messages both use written chat, but they are meant for different situations.
|
|
|
|
## Text Channels
|
|
|
|
Text channels belong to a server. Everyone with access to that server and channel can participate.
|
|
|
|
You can use text channels to:
|
|
|
|
- send normal messages;
|
|
- edit or delete your own messages when allowed;
|
|
- react to messages;
|
|
- send attachments;
|
|
- browse and send GIFs when available;
|
|
- see typing indicators;
|
|
- read synced message history stored on your device.
|
|
|
|
## Direct Messages
|
|
|
|
Direct messages are private conversations outside a server channel. Use them when a message is meant for one person instead of the server.
|
|
|
|
## Attachments and Media
|
|
|
|
Attachments can appear as files, images, audio, or video depending on the file type and what the app can preview. If an image or link cannot load directly, the app can use fallback paths where available.
|
|
|
|
## Message Sync
|
|
|
|
MetoYou stores messages locally and syncs recent messages with peers when connections are available. If you were offline, messages may appear after peers reconnect and exchange their recent message lists.
|
|
|
|
## Plugin Messages
|
|
|
|
Some plugins can send messages, create bot-style plugin users, render custom embeds, or add composer buttons. MetoYou asks for plugin capability grants before plugins can use privileged message features. |