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

# Send a sticker

`POST /message/sendSticker/{instance}`

Sends a WebP sticker to a WhatsApp number

## Path parameters

- `instance` string, required

## Request body

- DtoSendStickerRequest
  - `delay` integer
  - `mentioned` string[]
  - `mentionsEveryOne` boolean
  - `notConvertSticker` boolean
  - `number` string, required
  - `quoted` DtoMessageRequestQuoted
    - `key` DtoQuotedKey
      - `id` string
    - `message` DtoQuotedMessage
      - `conversation` string
  - `sticker` string, required

## Response `200`

OK

- DtoSendStickerResponse
  - `instanceId` string
  - `key` DtoMessageResponseKey
    - `fromMe` boolean
    - `id` string
    - `remoteJid` string
  - `messageTimestamp` integer
  - `messageType` string
  - `status` string

---

[API](https://skmtc.net/verbeux-ai/apis/whatsmiau-api.md) · [All operations](https://skmtc.net/verbeux-ai/apis/whatsmiau-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/verbeux-ai/whatsmiau-api/versions/5af3cb49985a/schema)
