Type Alias ScheduledMessageEditBody

ScheduledMessageEditBody: {
    content?: string;
    webhookAvatarUrl?: string | null;
    webhookEnabled?: boolean;
    webhookUsername?: string | null;
}