Skip to main content

TwistURLParams

type TwistURLParams = {
channelId?: number;
commentId?: number | string;
conversationId?: number;
messageId?: number | string;
threadId?: number;
userId?: number;
workspaceId: number;
};

Helper functions for creating Twist URLs

Properties

channelId?

optional channelId: number;

commentId?

optional commentId: number | string;

conversationId?

optional conversationId: number;

messageId?

optional messageId: number | string;

threadId?

optional threadId: number;

userId?

optional userId: number;

workspaceId

workspaceId: number;