interface DiscordUserCommandStatus {
    checked_at?: null | string;
    command_id?: null | string;
    command_name: string;
    command_ready: boolean;
    command_registered: boolean;
    configuration_error?: null | string;
    configured: boolean;
    credentials_configured: boolean;
    destination_count?: number;
    destination_scheduler_id?: null | string;
    destination_scheduler_name?: null | string;
    discord_username?: null | string;
    installed_at?: null | string;
    interactions_endpoint_configured: boolean;
    linked: boolean;
    linked_account_count?: number;
    linked_to_this_scheduler: boolean;
    pending_count: number;
    setup_path: string;
    user_install_enabled: boolean;
}

Properties

checked_at?: null | string
command_id?: null | string
command_name: string
command_ready: boolean
command_registered: boolean
configuration_error?: null | string
configured: boolean
credentials_configured: boolean
destination_count?: number
destination_scheduler_id?: null | string
destination_scheduler_name?: null | string
discord_username?: null | string
installed_at?: null | string
interactions_endpoint_configured: boolean
linked: boolean
linked_account_count?: number
linked_to_this_scheduler: boolean
pending_count: number
setup_path: string
user_install_enabled: boolean

Generated using TypeDoc