Interface DirectBroadcastCommandInput

interface DirectBroadcastCommandInput {
    clientContext?: string;
    isShhMode?: boolean;
    isXTransportForward?: boolean;
    message: DirectBroadcastMessageCommand;
    sendAttribution?: string;
    sendSilently?: boolean;
    target: DirectTargetConfiguration;
}

Properties

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

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

sendSilently?: boolean
""