静默消息(DG:SilentMsg)

Im.prototype.sendSilentMessage

{
  messageType: 'DG:SilentMsg',
  targerId: string,
  type: RongIMLib.ConversationType, // 单聊、群聊等等
  content: {
    content: latestMessage, // 带上最后一条消息,用于不是自己的一端显示
    user: {
      send: Object, // 发送方用户信息
      target: Object // 接收方用户信息
    }
  }
}
  • 返回值
    • Promise
  • 用法:
    在Im类(@degon/im)上拓展了发送静默消息的函数。用于发送静默消息。
Last Updated:
Contributors: chwech