> ## Documentation Index
> Fetch the complete documentation index at: https://connect.trypost.it/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Discord

> Channel messages with media, mentions, and embeds. channel_id is required to publish.

A channel is required to publish. Pick it when you compose the post — [list channels](/docs/api-reference/social-accounts/channels) if you are on the API. How the browser flow works: [Connect accounts](/docs/guides/connect-accounts).

## Content type

`discord_message` — caption optional. Up to **10** files. GIFs are kept as GIF.

## Meta

| Key            | Required to publish?                                                                              |
| -------------- | ------------------------------------------------------------------------------------------------- |
| `channel_id`   | **Yes**                                                                                           |
| `channel_name` | No (display only)                                                                                 |
| `mentions`     | No — `{ token, label? }`. Tokens: `@everyone`, `@here`, `<@id>`, `<@&id>`                         |
| `embeds`       | No — max 10. `title` (256), `description` (4096), `url`, `image`, `color` (`#RRGGBB` or `RRGGBB`) |

There is no public REST search for Discord members or roles — construct mention tokens yourself.

## Limits

| Image | Video |
| ----- | ----- |
| 10 MB | 20 MB |
