fanfou-sdk
    Preparing search index...

    Type Alias GetConversationsResult

    type GetConversationsResult = {
        dm: DirectMessage;
        msgNum: number;
        newConv: boolean;
        otherid: string;
    }
    Index

    Properties

    msgNum: number
    newConv: boolean
    otherid: string