Send message to a channel

Input

PropertyTypeRequiredDescription
channelDROPDOWNYesChannel, private group, or IM channel to send message to.
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
  ]
}