---
title: "forwardMessage"
method: POST
path: "/bot{token}/forwardMessage"
---

# forwardMessage

`POST /bot{token}/forwardMessage`

Use this method to forward messages of any kind.

## Path parameters

- `token` string, required

## Request body

- object
  - `chat_id` string — Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)
  - `from_chat_id` string — Unique identifier for the chat where the original message was sent (or channel username in the format `@channelusername`)
  - `message_id` integer — Unique message identifier
  - `disable_notification` boolean — Sends the message silently. iOS users will not receive a notification, Android users will receive a notification with no sound. Other apps coming soon.

## Response `200`

200

- object
  - `ok` boolean
  - `result` object
    - `message_id` integer
    - `from` object
      - `id` integer
      - `first_name` string
      - `username` string
    - `chat` object
      - `id` integer
      - `first_name` string
      - `last_name` string
      - `username` string
      - `type` string
    - `date` integer
    - `forward_from` object
      - `id` integer
      - `first_name` string
      - `last_name` string
      - `username` string
    - `forward_date` integer
    - `text` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/telegram/apis/api-settings.md) · [All operations](https://skmtc.net/telegram/apis/api-settings/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/telegram/api-settings/versions/1933ff0a8d5f/schema)
