Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

REALTIME_PRESENCE_LISTEN_EVENTS

enum REALTIME_PRESENCE_LISTEN_EVENTS {
SYNC = "sync",
JOIN = "join",
LEAVE = "leave",
}

§Members

§
REALTIME_PRESENCE_LISTEN_EVENTS.JOIN = "join"
[src]
§
REALTIME_PRESENCE_LISTEN_EVENTS.LEAVE = "leave"
[src]
§
REALTIME_PRESENCE_LISTEN_EVENTS.SYNC = "sync"
[src]