Skip to main content
Version: v1

ForwardChatMessagePublicV1Request

Forward a message

workspaceIdstring<flake-id>required

Workspace ID

Example: w67Y89gu
sourceChatIdstring<string-id>required

Chat ID, unique within a workspace

Example: c56Y0kgi
sourceChatMessageIdstring<flake-id>required

Message ID, unique within a workspace and chat

Example: m56Y0kgi
targetChatIdstring<string-id>required

Chat ID, unique within a workspace

Example: c56Y0kgi
markdownstringrequired

Caption text for the forwarded message

ForwardChatMessagePublicV1Request
{
"workspaceId": "w67Y89gu",
"sourceChatId": "c56Y0kgi",
"sourceChatMessageId": "m56Y0kgi",
"targetChatId": "c56Y0kgi",
"markdown": "Look what was posted in another chat..."
}