Skip to content

IMessageVisibilityHidden

Defined in: src/models/event.ts:208

Variant of MessageVisibility for the case in which the message should be hidden.

readonly reason: string | null

Defined in: src/models/event.ts:214

Optionally, a human-readable reason to show to the user indicating why the message has been hidden (e.g. “Message Pending Moderation”).


readonly visible: false

Defined in: src/models/event.ts:209