Skip to main content

CreateChannelArgs

type CreateChannelArgs = {
color?: number | null;
defaultGroups?: number[] | null;
defaultRecipients?: number[] | null;
description?: string | null;
icon?: number | null;
isFavorited?: boolean | null;
name: string;
public?: boolean | null;
tempId?: number | null;
userIds?: number[] | null;
workspaceId: number;
};

Type Declaration

NameType
color?number | null
defaultGroups?number[] | null
defaultRecipients?number[] | null
description?string | null
icon?number | null
isFavorited?boolean | null
namestring
public?boolean | null
tempId?number | null
userIds?number[] | null
workspaceIdnumber