UpdateChannelArgs
type UpdateChannelArgs = {
color?: number | null;
defaultGroups?: string[] | null;
defaultRecipients?: number[] | null;
description?: string | null;
icon?: number | null;
id: string;
isFavorited?: boolean | null;
name: string;
public?: boolean | null;
};