Create threaded conversations by replying to existing messages with support for text, media, and custom content types
Parameter | Type | Description |
---|---|---|
subChannelId | String | Target subchannel identifier for the reply message |
parentId | String | Parent message ID to create reply thread |
dataType | MessageContentType | Content type (TEXT, IMAGE, VIDEO, AUDIO, FILE, CUSTOM) |
data | Object | Content data specific to the message type |
Parameter | Type | Description |
---|---|---|
tags | Array<String> | Message categorization and filtering tags |
metadata | Object | Additional properties for extended functionality |
mentions | Array<String> | User IDs to mention in the reply message |