@typed-discord/rest
    Preparing search index...

    Interface OnboardingPromptOptionRequest

    interface OnboardingPromptOptionRequest {
        channel_ids?: `${bigint}`[] | null;
        description?: string | null;
        emoji_animated?: boolean | null;
        emoji_id?: `${bigint}` | null;
        emoji_name?: string | null;
        id?: `${bigint}` | null;
        role_ids?: `${bigint}`[] | null;
        title: string;
    }
    Index

    Properties

    channel_ids?: `${bigint}`[] | null
    description?: string | null
    emoji_animated?: boolean | null
    emoji_id?: `${bigint}` | null
    emoji_name?: string | null
    id?: `${bigint}` | null
    role_ids?: `${bigint}`[] | null
    title: string