Options
All
  • Public
  • Public/Protected
  • All
Menu

Module src/MsgServiceInterface

Index

Type Aliases

GetTeamMsgReadsResult: { idClient: string; idServer: string; read: number; teamId: string; unread: number }[]

批量获取群消息已读账户数量

  • teamId: 群id
  • idServer: 消息的 idServer
  • idClient: 消息的 idClient
  • read: 已读成员数量
  • unread: 未读成员数量
TClientType: keyof typeof EClientType
TMsgFeature: keyof typeof EMsgFeature
TMsgScene: keyof typeof EMsgScene

p2p: 单聊 team: 群聊 superTeam: 超大群聊

TMsgStatus: keyof typeof EMsgStatus
TMsgType: keyof typeof EMsgType