Interface UnknownMessage

A generic non-precise type of Discord's incoming messages.

Hierarchy

  • UnknownPacket

Properties

Properties

args: Record<string, unknown>

Message arguments.

cmd: string

Message type/command.

nonce: null | string

Nonce identifying the communication.