import { type INotifierCallbacks } from "https://deno.land/x/sptaki@1.2.0/models/spt/mod.ts";
Methods
If we don't have anything to send, it's ok to not send anything back because notification requests can be long-polling. In fact, we SHOULD wait until we actually have something to send because otherwise we'd spam the client and the client would abort the connection due to spam.
getNotifier(): IGetBodyResponseData<any[]>
url: string,
info: any,
sessionID: string,
createNotifierChannel(): IGetBodyResponseData<INotifierChannel>
selectProfile(): IGetBodyResponseData<any>