Interface APIMessagePayload

The payload for creating a message.

See

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

Hierarchy

Properties

content?: string

The content of the message.

embeds?: APIEmbed[]

The embeds of the message.

isPrivate?: boolean

Whether the message is private.

isSilent?: boolean

Whether the message is silent.

replyMessageIds?: string[]

The IDs of messages to reply to.