Messages

Direct Messaging

Send a Direct Message

POST http://localhost:8080/api/messages

Sends a direct message to a user. Supports a user id (snowflake) or username#discriminator.

Headers

Request Body

{
    "result": true
}

Last updated