mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-22 04:25:13 +00:00
generate missing type for UserLite.isSilenced
This commit is contained in:
parent
b27b398717
commit
adbea34c11
1 changed files with 1 additions and 0 deletions
|
@ -3862,6 +3862,7 @@ export type components = {
|
||||||
isBot?: boolean;
|
isBot?: boolean;
|
||||||
isCat?: boolean;
|
isCat?: boolean;
|
||||||
speakAsCat?: boolean;
|
speakAsCat?: boolean;
|
||||||
|
isSilenced: boolean;
|
||||||
instance?: {
|
instance?: {
|
||||||
name: string | null;
|
name: string | null;
|
||||||
softwareName: string | null;
|
softwareName: string | null;
|
||||||
|
|
Loading…
Reference in a new issue