Type Alias GuildCustomMessageCreateManyInput

GuildCustomMessageCreateManyInput: {
    content?: string | null;
    dbId?: string;
    guildId: string;
    showInviteButton?: boolean | null;
    showWatchButton?: boolean | null;
    type: GuildMessageTypeEnum;
}