feat: notification muting

This commit is contained in:
オスカー、 2024-11-06 20:32:41 +09:00
parent ab84c9afa0
commit 03c64c296b
No known key found for this signature in database
GPG key ID: 139D6573F92DA9F7
17 changed files with 253 additions and 10 deletions

View file

@ -3067,6 +3067,17 @@ declare module '../api.js' {
credential?: string | null,
): Promise<SwitchCaseResponseType<E, P>>;
/**
* No description provided.
*
* **Credential required**: *Yes* / **Permission**: *write:mutes*
*/
request<E extends 'mute/edit', P extends Endpoints[E]['req']>(
endpoint: E,
params: P,
credential?: string | null,
): Promise<SwitchCaseResponseType<E, P>>;
/**
* No description provided.
*