fanfou-sdk
    Preparing search index...

    Type Alias User

    type User = {
        birthday: string;
        createdAt: string;
        description: string;
        favouritesCount: number;
        followersCount: number;
        following: boolean;
        friendsCount: number;
        gender: string;
        id: string;
        location: string;
        name: string;
        notifications: boolean;
        photoCount: number;
        profileBackgroundColor?: string;
        profileBackgroundImageUrl?: string;
        profileBackgroundTile?: boolean;
        profileImageUrl: string;
        profileImageUrlLarge: string;
        profileLinkColor?: string;
        profileSidebarBorderColor?: string;
        profileSidebarFillColor?: string;
        profileTextColor?: string;
        protected: boolean;
        screenName: string;
        status?: Status;
        statusesCount: number;
        uniqueId: string;
        url: string;
        utcOffset: number;
    }
    Index

    Properties

    birthday: string
    createdAt: string
    description: string
    favouritesCount: number
    followersCount: number
    following: boolean
    friendsCount: number
    gender: string
    id: string
    location: string
    name: string
    notifications: boolean
    photoCount: number
    profileBackgroundColor?: string
    profileBackgroundImageUrl?: string
    profileBackgroundTile?: boolean
    profileImageUrl: string
    profileImageUrlLarge: string
    profileLinkColor?: string
    profileSidebarBorderColor?: string
    profileSidebarFillColor?: string
    profileTextColor?: string
    protected: boolean
    screenName: string
    status?: Status
    statusesCount: number
    uniqueId: string
    url: string
    utcOffset: number