Skip to main content
PUT
/
users
/
@me
/
channels
/
{channel_id}
/
pin
Pin direct message channel
curl --request PUT \
  --url https://api.fluxer.app/v1/users/@me/channels/{channel_id}/pin \
  --header 'Authorization: <api-key>'
{
  "code": "ACCESS_DENIED",
  "message": "<string>",
  "errors": [
    {
      "path": "<string>",
      "message": "<string>",
      "code": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bot token: Authorization: Bot <token>. This is the primary authentication method for bot applications.

Path Parameters

channel_id
string<snowflake>
required

The ID of the channel

Response

No Content