fanfou-sdk
    Preparing search index...

    Type Alias GetConversationOptions

    type GetConversationOptions = {
        callback?: string;
        count?: number;
        id: string;
        maxId?: string;
        mode?: APIMode;
        page?: number;
        sinceId?: string;
    }
    Index

    Properties

    callback?: string
    count?: number
    id: string
    maxId?: string
    mode?: APIMode
    page?: number
    sinceId?: string