getChannelURL()
function getChannelURL(params: {
channelId: number;
workspaceId: number;
}): string;
Returns the URL for a channel
Parameters
Parameter | Type | Description |
---|---|---|
params | { channelId : number ; workspaceId : number ; } | Object containing workspaceId and channelId |
params.channelId | number | - |
params.workspaceId | number | - |
Returns
string
A relative URL path