Represents a message on Guilded.

See

https://www.guilded.gg/docs/api/chat/ChatMessage

Hierarchy

Properties

channelId: string

The ID of the channel the message belongs to.

content?: string

The content of the message.

createdAt: string

The date the message was created.

createdBy: string

The ID of the user that created the message.

createdByWebhookId?: string

The ID of the webhook that created the message.

embeds?: APIEmbed[]

The embeds of the message.

id: string

The ID of the message.

isPrivate?: boolean

Whether the message is private.

isSilent?: boolean

Whether the message is silent.

mentions?: APIMentions

The mentions of the message.

replyMessageIds?: string[]

The IDs of messages that were replied to.

serverId?: string

The ID of the server the message belongs to.

The type of the message.

updatedAt?: string

The date the message was edited.