method supabase.RealtimeChannel.prototype.sendimport { supabase } from "https://dotland.deno.dev/x/live@1.63.12/deps.ts"; const { RealtimeChannel } = supabase; send(args: { [key: string]: any; type: "broadcast" | "presence" | "postgres_changes"; event: string; payload?: any; }, opts?: { [key: string]: any; }): Promise<RealtimeChannelSendResponse>Sends a message into the channel. Sends a message into the channel. Parametersargs: { [key: string]: any; type: "broadcast" | "presence" | "postgres_changes"; event: string; payload?: any; }Arguments to send to channel optionalopts: { [key: string]: any; }The type of event to send ReturnsPromise<RealtimeChannelSendResponse>