Interface APIMessageSummary

Represents a summary of a message on Guilded.

See

https://www.guilded.gg/docs/api/websockets/ChatMessageDeleted

Hierarchy

  • APIMessageSummary

Properties

channelId: string

The ID of the channel the message belongs to.

deletedAt: string

The date the message was deleted.

id: string

The ID of the message.

isPrivate?: boolean

Whether the message is private.

serverId?: string

The ID of the server the message belongs to.