Update misskey-js.api.md
This commit is contained in:
parent
e456c6a9c1
commit
8ccf954065
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue