defy.tools

Interface NotificationPayload

interface NotificationPayload {
    info?: PrivateChannelPayload;
    kind: number;
    pubkey: string;
    tags?: string[][];
    text: string;
}

Hierarchy (view full)

Properties

kind: number
pubkey: string
tags?: string[][]
text: string