announcement
announcement: {
channelId: string;
content: string;
createdAt: string;
createdBy: string;
groupId: string;
id: string;
mentions?: {
channels?: {
id: string;
}[];
everyone?: boolean;
here?: boolean;
roles?: {
id: number;
}[];
users?: {
id: string;
}[];
};
serverId: string;
title: string;
}
Type declaration
channelId: string
content: string
createdAt: string
createdBy: string
groupId: string
id: string
Optional
mentions?: {
channels?: {
id: string;
}[];
everyone?: boolean;
here?: boolean;
roles?: {
id: number;
}[];
users?: {
id: string;
}[];
}
Optional
channels?: {
id: string;
}[]
Optional
everyone?: boolean
Optional
here?: boolean
Optional
roles?: {
id: number;
}[]
Optional
users?: {
id: string;
}[]
serverId: string
title: string
Channel ID Format: uuid