mentions
mentions: null | {
channels?: {
id: string;
}[];
everyone?: boolean;
here?: boolean;
roles?: {
id: number;
}[];
users?: {
id: string;
}[];
}
Type declaration
Optional
channels?: {
id: string;
}[]
Optional
everyone?: boolean
Optional
here?: boolean
Optional
roles?: {
id: number;
}[]
Optional
users?: {
id: string;
}[]
Channels