Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRecallNotificationMessageContent

撤回通知消息 content 数据

Hierarchy

  • Partial<ISvrRecallNotificationMessageContent>
    • IRecallNotificationMessageContent

Index

Properties

用户附加信息

operatorId?: string

发起撤回的用户 ID

recallTime?: number

被撤回的原始消息的发送时间,单位:毫秒

originalObjectName?: string

被撤回的原始消息的类型

originalMessageContent?: any

被撤回的原始消息的内容

recallContent?: string

被撤回的文本消息内容

recallActionTime?: number

撤回消息的发送时间,单位:毫秒

admin?: boolean

是否为管理员操作

delete?: boolean

是否删除接收端本地存储的原始消息

extra?: string

撤回消息时携带的扩展信息

isDelete?: boolean

Electron 历史版本中使用错误,目前已废弃,请使用 delete 替代

deprecated
  • 已废弃,请使用 delete 替代