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
commit 4a3c01d198
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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;
};
};
};