v9
OpenAPI 3.1.02026-08-043703845.2 MBDm channels
Retrieve dm channel
Retrieves the details of an existing DM channel.
Required permissions:
- dms:read
get/dm_channels/{id}
Path parameters
idstring required
The unique identifier of the DM channel to retrieve.
Response
A successful response
Example response
{
"created_at": "123.45",
"last_message_at": "2023-12-01T05:00:00.401Z",
"name": "Project Alpha Team"
}