Send message to a user

Input

PropertyTypeRequiredDescription
userIdDROPDOWNYesMessage receiver
textLONG_TEXTYesThe text of your message
usernameSHORT_TEXTNoThe username of the bot
profilePictureSHORT_TEXTNoThe profile picture of the bot

Sample Output

{
  "success": true,
  "message": "sample message",
  "results": [
    1,
    2,
    3,
    4
  ]
}