product:chat

Send reaction

Sends reaction to specified message

Sends events:

  • reaction.new
  • reaction.updated
post/messages/{id}/reaction

Path parameters

idstring required

Message ID to send reaction for

Request body

enforce_uniqueboolean

Whether to replace all existing user reactions

skip_pushboolean

Skips any mobile push notifications

Response

Response

durationstring required

Duration of the request in milliseconds

Example response

{
  "message": {
    "draft": {
      "channel": {
        "config": {
          "partition_ttl": "24h"
        }
      }
    },
    "reminder": {
      "channel": {
        "config": {
          "partition_ttl": "24h"
        }
      }
    },
    "shared_location": {
      "channel": {
        "config": {
          "partition_ttl": "24h"
        }
      }
    }
  }
}

Changes