Type Alias ScheduledMessageEditBody

ScheduledMessageEditBody: {
    buttons?: ScheduledButtonInput[];
    content?: string;
    embed?: ScheduledEmbedInput | null;
    webhookAvatarUrl?: string | null;
    webhookEnabled?: boolean;
    webhookUsername?: string | null;
}