Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/carol/rpc/messages.ts>Payload

A Deno port of carlo
Go to Latest
interface Payload
import { type Payload } from "https://deno.land/x/carol@v1.1.2/rpc/messages.ts";

Properties

id: number
from: string[]
to: string[]
message: { p: string; m: string; }
optional
e: string
optional
r: unknown