ForwardChatMessagePublicV1Request
Forward a message
workspaceIdstring<flake-id>required
Workspace ID
Example:
w67Y89gusourceChatIdstring<string-id>required
Chat ID, unique within a workspace
Example:
c56Y0kgisourceChatMessageIdstring<flake-id>required
Message ID, unique within a workspace and chat
Example:
m56Y0kgitargetChatIdstring<string-id>required
Chat ID, unique within a workspace
Example:
c56Y0kgimarkdownstringrequired
Caption text for the forwarded message
ForwardChatMessagePublicV1Request
{
"workspaceId": "w67Y89gu",
"sourceChatId": "c56Y0kgi",
"sourceChatMessageId": "m56Y0kgi",
"targetChatId": "c56Y0kgi",
"markdown": "Look what was posted in another chat..."
}