mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-26 00:54:06 +02:00
feat: 特定のドライブファイルを添付しているチャットメッセージを一覧できるように
This commit is contained in:
@@ -2018,6 +2018,17 @@ declare module '../api.js' {
|
||||
credential?: string | null,
|
||||
): Promise<SwitchCaseResponseType<E, P>>;
|
||||
|
||||
/**
|
||||
* No description provided.
|
||||
*
|
||||
* **Credential required**: *Yes* / **Permission**: *read:drive*
|
||||
*/
|
||||
request<E extends 'drive/files/attached-chat-messages', P extends Endpoints[E]['req']>(
|
||||
endpoint: E,
|
||||
params: P,
|
||||
credential?: string | null,
|
||||
): Promise<SwitchCaseResponseType<E, P>>;
|
||||
|
||||
/**
|
||||
* Find the notes to which the given file is attached.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user