getMessageURL()
function getMessageURL(params: {
conversationId: number;
messageId: string | number;
workspaceId: number;
}): string;
Returns the URL for a specific message in a conversation
Parameters
Parameter | Type | Description |
---|---|---|
params | { conversationId : number ; messageId : string | number ; workspaceId : number ; } | Object containing workspaceId, conversationId, and messageId |
params.conversationId | number | - |
params.messageId | string | number | - |
params.workspaceId | number | - |
Returns
string
A relative URL path