---
title: "Send Sticker"
method: POST
path: "/message/sendSticker/{instance}"
tags: ["Message Controller"]
---

# Send Sticker

`POST /message/sendSticker/{instance}`

Send Sticker

## Path parameters

- `instance` string, required

## Request body

- object
  - `number` string, required — Number to receive the message (with country code)
  - `sticker` string, required — Url or base64
  - `delay` integer — Presence time in milliseconds before sending message
  - `linkPreview` boolean — Shows a preview of the target website if there's a link within the message
  - `mentionsEveryOne` boolean — Mentioned everyone when the message send
  - `mentioned` string[] — Numbers to mention
  - `quoted` object
    - `key` object
      - `id` string — Quoted message ID
    - `message` object
      - `conversation` string — Quoted message content

## Response `200`

Ok

## Changes

- **2024-10-29** (v2) `f4f5817334cd` — 1 warning, 5 info
  - removed the request property `options`
  - added the new optional request property `delay`
  - added the new optional request property `linkPreview`
  - added the new optional request property `mentioned`
  - …2 more
- **2024-10-21** (v2) `6fa9b2a9f722` — 1 breaking, 2 warning, 4 info
  - added the new required request property `sticker`
  - removed the request property `options/presence`
  - removed the request property `stickerMessage`
  - added the new optional request property `options/linkPreview`
  - …3 more
- **2024-10-14** (v2) `c153448703e5` — 3 breaking, 5 info
  - added the new required request property `number`
  - added the new required request property `stickerMessage`
  - removed the media type `application/json` for the response with the status `200`
  - api operation id `sendSticker` was added
  - …4 more
- **2024-09-09** (v2) `0c4620ca5ed5` — 6 warning, 5 info
  - removed the request property `delay`
  - removed the request property `mentioned`
  - removed the request property `mentionsEveryOne`
  - removed the request property `number`
  - …7 more
- **2024-06-13** (v2) `996acfdb07ce` — 1 breaking, 2 warning, 4 info
  - added the new required request property `sticker`
  - removed the request property `options`
  - removed the request property `stickerMessage`
  - added the new optional request property `delay`
  - …3 more

[Change history](https://skmtc.dev/evolution-foundation/apis/openapi/changes/message/sendSticker/:instance/post.md)

---

[API](https://skmtc.dev/evolution-foundation/apis/openapi.md) · [All operations](https://skmtc.dev/evolution-foundation/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/evolution-foundation/openapi/revisions/153363ee7f38/schema)
