fanfou-sdk
    Preparing search index...

    Type Alias Status

    type Status = {
        createdAt: string;
        favorited: boolean;
        id: string;
        inReplyToLastmsgId: string;
        inReplyToScreenName: string;
        inReplyToStatusId: string;
        inReplyToUserId: string;
        isSelf: boolean;
        location: string;
        photo?: Photo;
        rawid: number;
        repostScreenName?: string;
        repostStatus?: Status;
        repostStatusId?: string;
        repostUserId?: string;
        source: string;
        text: string;
        truncated: boolean;
        user: User;
    }
    Index

    Properties

    createdAt: string
    favorited: boolean
    id: string
    inReplyToLastmsgId: string
    inReplyToScreenName: string
    inReplyToStatusId: string
    inReplyToUserId: string
    isSelf: boolean
    location: string
    photo?: Photo
    rawid: number
    repostScreenName?: string
    repostStatus?: Status
    repostStatusId?: string
    repostUserId?: string
    source: string
    text: string
    truncated: boolean
    user: User