mirror of
https://github.com/stoatchat/javascript-client-api.git
synced 2026-07-16 05:31:52 -04:00
chore: build library from latest spec [skip ci]
This commit is contained in:
@@ -852,6 +852,10 @@ export interface components {
|
||||
/** @enum {string} */
|
||||
type: "InvalidUsername";
|
||||
}
|
||||
| {
|
||||
/** @enum {string} */
|
||||
type: "DiscriminatorChangeRatelimited";
|
||||
}
|
||||
| {
|
||||
/** @enum {string} */
|
||||
type: "UnknownUser";
|
||||
@@ -2411,6 +2415,8 @@ export interface components {
|
||||
_id: string;
|
||||
/** @description Username of the banned user */
|
||||
username: string;
|
||||
/** @description Discriminator of the banned user */
|
||||
discriminator: string;
|
||||
/** @description Avatar of the banned user */
|
||||
avatar?: components["schemas"]["File"] | null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user