Interface GatewayEvent_ChatMessageDeleted

Hierarchy

  • GatewayEvent_ChatMessageDeleted

Properties

Properties

message: {
    channelId: string;
    deletedAt: string;
    id: string;
    isPrivate?: boolean;
    serverId?: string;
}

Type declaration

  • channelId: string

    The ID of the channel

  • deletedAt: string

    The ISO 8601 timestamp that the message was deleted at

  • id: string

    The ID of the message

  • Optional isPrivate?: boolean
  • Optional serverId?: string

    The ID of the server

serverId: string

The ID of the server