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

RealtimeChannelOptions

type RealtimeChannelOptions = {
config: {
broadcast?: {
self?: boolean;
ack?: boolean;
}
;
presence?: {
key?: string;
}
;
}
;
}
;

§Type

§
{
config: {
broadcast?: {
self?: boolean;
ack?: boolean;
}
;
presence?: {
key?: string;
}
;
}
;
}
[src]