IGPAPI
    Preparing search index...

    Interface DirectBroadcastInput

    interface DirectBroadcastInput {
        clientContext?: string;
        isShhMode?: boolean;
        isXTransportForward?: boolean;
        message: DirectBroadcastMessage;
        sendAttribution?: string;
        sendSilently?: boolean;
        target: DirectTargetConfiguration;
    }
    Index

    Properties

    clientContext?: string
    isShhMode?: boolean
    isXTransportForward?: boolean
    sendAttribution?: string

    ['inbox', 'message_button', 'direct_thread']

    sendSilently?: boolean