fanfou-sdk
    Preparing search index...

    Type Alias CreateStatusOptions

    type CreateStatusOptions = {
        callback?: string;
        inReplyToStatusId?: string;
        inReplyToUserId?: string;
        location?: string;
        mode?: APIMode;
        repostStatusId?: string;
        source?: string;
        status: string;
    }
    Index

    Properties

    callback?: string
    inReplyToStatusId?: string
    inReplyToUserId?: string
    location?: string
    mode?: APIMode
    repostStatusId?: string
    source?: string
    status: string