fanfou-sdk
    Preparing search index...

    Type Alias CreateDirectMessageOptions

    type CreateDirectMessageOptions = {
        callback?: string;
        inReplyToId?: string;
        mode?: APIMode;
        text: string;
        user: string;
    }
    Index

    Properties

    callback?: string
    inReplyToId?: string
    mode?: APIMode
    text: string
    user: string