chore: api.jsonを更新

This commit is contained in:
sevenc-nanashi 2025-01-26 07:56:24 +09:00 committed by Nanashi.
parent 1e0a3b1fe2
commit f98076e73c
1 changed files with 1 additions and 0 deletions

View File

@ -11202,6 +11202,7 @@ export type operations = {
excludeBots?: boolean; excludeBots?: boolean;
withReplies?: boolean; withReplies?: boolean;
withFile?: boolean; withFile?: boolean;
hideNotesInSensitiveChannel?: boolean;
}; };
}; };
}; };