wx-ezhan
    Preparing search index...

    Interface ConversationInfo

    interface ConversationInfo {
        avatar: string;
        conversationId: string;
        lastReadMessageId: number;
        nickname: string;
        userId: string;
    }
    Index

    Properties

    avatar: string
    conversationId: string
    lastReadMessageId: number
    nickname: string
    userId: string