Merge branch 'develop' into release/2024.5.0

This commit is contained in:
syuilo
2024-05-21 17:37:35 +09:00
committed by GitHub
78 changed files with 1449 additions and 417 deletions

View File

@@ -21019,6 +21019,8 @@ export type operations = {
limit?: number;
/** @default 0 */
offset?: number;
/** @default false */
excludeChannels?: boolean;
};
};
};