getMessageURL()
function getMessageURL(params: {
conversationId: string;
messageId: string;
workspaceId: number;
}): string;
Returns the URL for a specific message in a conversation.
Parameters
| Parameter | Type |
|---|---|
params | { conversationId: string; messageId: string; workspaceId: number; } |
params.conversationId | string |
params.messageId | string |
params.workspaceId | number |
Returns
string