> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Reply To • Rust AI Agent SDK

> reply_to: Set reply_to message ID.

# reply\_to

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**GatewayMessage**](../classes/GatewayMessage) class in the [**gateway**](../modules/gateway) module.

Set reply\_to message ID.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def reply_to(mut self, message_id: impl Into<String>) -> Self
```

## Parameters

<ParamField query="message_id" type="impl Into<String>" required={true}>
  No description available.
</ParamField>

### Returns

<ResponseField name="Returns" type="Self">
  The result of the operation.
</ResponseField>
