Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MsgLogServiceInterface

消息记录相关的接口定义

Hierarchy

  • MsgLogServiceInterface

Index

Methods

  • 批量删除服务器上某些会话的漫游消息。只支持 p2p 消息和 team 群消息,不支持 superTeam 超级群消息

    要想让下次同步时不再接到这个会话:

    1. resetSessionUnreadCount 重置过这个会话的已读信息
    2. deleteRoamingMsgs 删除服务器漫游消息

    Parameters

    Returns Promise<void>

  • 获取云端消息的历史记录

    该接口用于获取一段时间内的历史消息

    Parameters

    Returns Promise<IMMessage[]>