Skip to main content

getCommentURL()

function getCommentURL(params: {
channelId: string;
commentId: string;
threadId: string;
workspaceId: number;
}): string;

Returns the URL for a comment in a thread.

Parameters

ParameterType
params{ channelId: string; commentId: string; threadId: string; workspaceId: number; }
params.channelIdstring
params.commentIdstring
params.threadIdstring
params.workspaceIdnumber

Returns

string