Type alias V2NIMConversationResult

V2NIMConversationResult: {
    conversationList: V2NIMConversation[];
    finished: boolean;
    offset: number;
}

Type declaration

  • conversationList: V2NIMConversation[]

    会话列表

  • finished: boolean

    数据是否已拉取完毕

    注: finished 为 true 代表数据已经拉取完毕, offset 也将返回 0

  • offset: number

    下一页起点的偏移量

Generated using TypeDoc