---
title: "POST /message.forward"
method: POST
path: "/message.forward"
tags: ["message"]
---

# POST /message.forward

`POST /message.forward`

转发消息

## Request body

- object
  - `vchannel_id` string, required — 转发的消息所在的位置 id
  - `key` string, required — 更新的消息 key
  - `to_vchannel_id` string, required — 转发目的会话 id

## Response `200`

request success

- MessageForward
  - `repost` Message
    - `key` string, required — 消息唯一索引 key
    - `team_id` string, required
    - `uid` string, required
    - `robot_id` string, required
    - `vchannel_id` string, required — 聊天会话 id
    - `refer_key` string, required — 消息唯一索引 key
    - `subtype` 'normal' | 'info', required — 消息类型
    - `text` string, required — 消息正文
    - `fallback` string, required — 消息提醒使用正文
    - `attachments` MessageAttachment[], required — 消息附件
    - `created` string, date-time, required — 消息创建时间
    - `created_ts` integer, required — 消息创建时间戳
    - `updated` string, date-time, required — 消息最后修改时间
    - `is_channel` boolean, required — 消息是否为讨论组消息？
  - `key` string — 转发后的消息的 key
  - `updated` string, data-time — 更新时间
  - `is_channel` boolean — 是否为在群组内发送的消息
  - `uid` string
  - `thread_key` string — 线程 key
  - `created` string, data-time — 创建时间
  - `vchannel_id` string
  - `refer_key` string — 转发 key
  - `robot_id` string
  - `edited` boolean — 是否修改过
  - `created_ts` integer — 消息创建时间戳

## Other responses

- `default` — request fail

## Changes

- **2018-10-11** `ba66de15d4cf` — 1 info
  - endpoint added
- **2017-03-13** `ef71aa691171` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/bearyinnovative/apis/beary-openapi/changes/message.forward/post.md)

---

[API](https://skmtc.dev/bearyinnovative/apis/beary-openapi.md) · [All operations](https://skmtc.dev/bearyinnovative/apis/beary-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bearyinnovative/beary-openapi/revisions/6e42a0e2d730/schema)
