mirror of
https://github.com/stoatchat/javascript-client-api.git
synced 2026-07-20 01:25:03 -04:00
chore: build library from latest spec [skip ci]
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user