Interface

PartialMessage

Minimal message data for MessageDelete when the full message is not available.

Properties

authorId?: string | null

Author user ID, when provided by the gateway (e.g. Fluxer).

channel?: Channel | null
channelId: string
content?: string | null

Message content, when provided by the gateway (e.g. Fluxer).

id: string