fanfou-sdk
    Preparing search index...

    Type Alias GetRepliesOptions

    type GetRepliesOptions = {
        callback?: string;
        count?: number;
        format?: APIFormat;
        maxId?: string;
        mode?: APIMode;
        page?: number;
        sinceId?: string;
    }
    Index

    Properties

    callback?: string
    count?: number
    format?: APIFormat
    maxId?: string
    mode?: APIMode
    page?: number
    sinceId?: string