IGPAPI
    Preparing search index...

    Interface DirectBroadcastMessage

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

    Properties

    Properties

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

    Whether to sign the request or not