Interface DirectBroadcastMessage

interface DirectBroadcastMessage {
    body: Record<string, any>;
    item: string;
    query?: Record<string, any>;
    signed?: true;
}

Properties

Properties

body: Record<string, any>
item: string
query?: Record<string, any>
signed?: true

Whether to sign the request or not