GuildMessageEmbedCreateInput: {
    author?: string | null;
    authorIcon?: string | null;
    color?: string | null;
    dbId?: string;
    description: string;
    fields?: GuildEmbedFieldCreateNestedManyWithoutGuildMessageEmbedInput;
    footer?: string | null;
    footerIcon?: string | null;
    guildCustomMessage?: GuildCustomMessageCreateNestedOneWithoutEmbedInput;
    image?: string | null;
    thumbnail?: string | null;
    title?: string | null;
    url?: string | null;
}