Interface DirectBroadcastCommandInput

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

Properties

isShhMode?: boolean
sendAttribution?: string

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