Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBlockedMessageInfo

被拦截的消息信息

Hierarchy

  • IBlockedMessageInfo

Index

Properties

blockedMessageUId

blockedMessageUId: string

拦截消息 UID

conversationType

conversationType: number

会话类型

targetId

targetId: string

目标 ID

channelId

channelId: string

频道 ID

blockType

blockType: MessageBlockType

消息被拦截类型

extra

extra: any

应用服务器发送敏感词拦截消息中 content 里的 extra 字段,类型由用户定义

Optional sourceType

消息被拦截源触发类型

Optional sourceContent

sourceContent?: {}

原消息内容

Type declaration

  • [key: string]: any