Update misskey-js.api.md

This commit is contained in:
syuilo 2023-06-06 09:37:36 +09:00
parent e456c6a9c1
commit 8ccf954065
1 changed files with 4 additions and 0 deletions

View File

@ -2606,6 +2606,10 @@ export class Stream extends EventEmitter<StreamEvents> {
//
// (undocumented)
disconnectToChannel(connection: NonSharedConnection): void;
// (undocumented)
heartbeat(): void;
// (undocumented)
ping(): void;
// Warning: (ae-forgotten-export) The symbol "SharedConnection" needs to be exported by the entry point index.d.ts
//
// (undocumented)