method supabase.RealtimeChannel.prototype.sendRe-exportimport { supabase } from "https://deno.land/x/live@1.53.6/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>