Readonly httpChannel ID to create the message in
Optional content?: stringThe content of the message
Optional embeds?: ChatEmbedPayload[]At this time, only one embed is supported per message, and attachments are not supported. If you need to send more than one embed or upload attachments, consider creating the message via a webhook.
Optional hiddenLinks in content to prevent unfurling as a link preview when displaying in Guilded
Optional isIf set, this message will only be seen by those mentioned or replied to
Optional isIf set, this message will not notify any mentioned users or roles
Optional replyMessage IDs to reply to
any Success
Delete a channel message
ApiError
void
Pin a message
ApiError
void
Unpin a message
ApiError
void
Get a channel message Get details for a specific chat message from a chat channel.
ApiError
ID of the channel that the message exists in
any Success
Get channel messages
Results returned will be ordered ascending by the message's createdAt. before and after will filter based on the message's createdAt
ApiError
Optional after?: stringAn ISO 8601 timestamp that will be used to filter out results for the current page. Order will be reversed when compared to before or when omitting this parameter altogether
Optional before?: stringID of the channel that the messages exist in
Optional includeWhether to include private messages between all users in response
Optional limit?: numberany Success
Update a channel message
ApiError
ID of the channel that the message to be updated exists in
Optional content?: string | Record<string, any>The content of the message
Optional embeds?: ChatEmbedPayload[]At this time, only one embed is supported per message, and attachments are not supported. If you need to send more than one embed or upload attachments, consider creating the message via a webhook.
Optional hiddenLinks in content to prevent unfurling as a link preview when displaying in Guilded
any Success
Generated using TypeDoc
Create a channel message
Throws
ApiError