mentions
mentions: null | {
channels?: {
id: string;
}[];
everyone?: boolean;
here?: boolean;
roles?: {
id: number;
}[];
users?: {
id: string;
}[];
}
Type declaration
Optionalchannels?: {
id: string;
}[]
Optionaleveryone?: boolean
Optionalhere?: boolean
Optionalroles?: {
id: number;
}[]
Optionalusers?: {
id: string;
}[]
Channels