Interface SaveUserSettings

interface SaveUserSettings {
    auto_expand?: boolean;
    avatar?: string;
    banner?: string;
    bio?: string;
    blur_nsfw?: boolean;
    bot_account?: boolean;
    collapse_bot_comments?: boolean;
    default_listing_type?: ListingType;
    default_sort_type?: SortType;
    discussion_languages?: number[];
    display_name?: string;
    email?: string;
    enable_animated_images?: boolean;
    enable_keyboard_navigation?: boolean;
    infinite_scroll_enabled?: boolean;
    interface_language?: string;
    matrix_user_id?: string;
    open_links_in_new_tab?: boolean;
    post_listing_mode?: PostListingMode;
    send_notifications_to_email?: boolean;
    show_avatars?: boolean;
    show_bot_accounts?: boolean;
    show_downvotes?: boolean;
    show_nsfw?: boolean;
    show_read_posts?: boolean;
    show_scores?: boolean;
    show_upvote_percentage?: boolean;
    show_upvotes?: boolean;
    theme?: string;
}

Properties

auto_expand?: boolean
avatar?: string
banner?: string
bio?: string
blur_nsfw?: boolean
bot_account?: boolean
collapse_bot_comments?: boolean
default_listing_type?: ListingType
default_sort_type?: SortType
discussion_languages?: number[]
display_name?: string
email?: string
enable_animated_images?: boolean
enable_keyboard_navigation?: boolean
infinite_scroll_enabled?: boolean
interface_language?: string
matrix_user_id?: string
open_links_in_new_tab?: boolean
post_listing_mode?: PostListingMode
send_notifications_to_email?: boolean
show_avatars?: boolean
show_bot_accounts?: boolean
show_downvotes?: boolean
show_nsfw?: boolean
show_read_posts?: boolean
show_scores?: boolean
show_upvote_percentage?: boolean
show_upvotes?: boolean
theme?: string