Send Direct Message to user

This API is used to send a Direct Message to other users.

This API is used to send Direct Messages to other users.
You can send personal messages to the user in private chat.
To call this API you will make sure that the user is part of the event, otherwise it will return an error.
Once the channel is created between two users, you are able to chat on that channel with that user.

Send Direct Message to user

Here is the API endpoint.

Here is a sample of the success response.

{
  "type": "Success",
  "message": "Success"
}