fanfou-sdk
    Preparing search index...

    Type Alias GetMentionsOptions

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

    Properties

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