Skip to main content

getChannelURL()

function getChannelURL(params: {
channelId: string;
workspaceId: number;
}): string;

Returns the URL for a channel.

Parameters

ParameterType
params{ channelId: string; workspaceId: number; }
params.channelIdstring
params.workspaceIdnumber

Returns

string