---
title: "Set chat presence"
method: POST
path: "/message/presence"
tags: ["Message"]
---

# Set chat presence

`POST /message/presence`

Set chat presence

## Request body

- GithubComEvolutionAPIEvolutionGoPkgMessageServiceChatPresenceStruct
  - `delay` integer — Delay, in milliseconds, keeps the "composing"/"recording" indicator alive for the given duration (re-sending it periodically) and then sends "paused". Only applies when State is "composing". 0 = single fire (legacy behaviour).
  - `isAudio` boolean
  - `number` string
  - `state` string

## Response `200`

success

- GinH

## Other responses

- `400` — Error on validation
- `500` — Internal server error

---

[API](https://skmtc.net/evolution-foundation/apis/evolution-go.md) · [All operations](https://skmtc.net/evolution-foundation/apis/evolution-go/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/evolution-foundation/evolution-go/versions/8e9c4d7d1dab/schema)
