TicketContent: Pick<Message, "attachments" | "author" | "cleanContent" | "content" | "createdAt" | "createdTimestamp" | "id" | "stickers" | "url" | "channelId" | "embeds"> & {
channel: TextBasedChannel | null;
mentions?: MessageMentions;
}
Type declaration
channel: TextBasedChannel | null
Optional
mentions?: MessageMentions