chore: build library from latest spec [skip ci]

This commit is contained in:
Revolt CI
2025-04-02 11:13:59 +00:00
parent 8cba8c76a2
commit 2f6c211204
+2
View File
@@ -1689,6 +1689,8 @@ export interface components {
id: string;
/** @description Whether this reply should mention the message's author */
mention: boolean;
/** @description Whether to error if the referenced message doesn't exist. Otherwise, send a message without this reply. Default is true. */
fail_if_not_exists?: boolean | null;
};
/** @description Representation of a text embed before it is sent. */
SendableEmbed: {