Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BlockedMessageInfo

Information about a blocked (moderation-rejected) message.

Hierarchy

  • BlockedMessageInfo

Index

Properties

messageId: string

The unique message ID that was blocked

channelIdentifier: ChannelIdentifier

The channel where the message was blocked

blockType: MessageBlockType

Moderation / block category from the server

extra?: string
sourceType?: number
sourceContent?: Record<string, any>