Type Alias ScheduledEmbedInput
ScheduledEmbedInput: { author?: string | null; authorIcon?: string | null; color?: string | null; description: string; fields?: ScheduledEmbedFieldInput[]; footer?: string | null; footerIcon?: string | null; image?: string | null; thumbnail?: string | null; title?: string | null; url?: string | null; }