jseeqret - v1.0.4
    Preparing search index...
    • Parameters

      • opts: {
            client: SlackClient;
            channel_id: string;
            recipient_slack_user_id: string;
            ciphertext: any;
        }
        • client: SlackClient
        • channel_id: string
        • recipient_slack_user_id: string

          e.g. "U01ABC..."

        • ciphertext: any

          a NaCl-Box ciphertext payload produced by the existing export serializer. If string, treated as UTF-8.

      Returns Promise<{ file_id: string; file_ts: string; reply_ts: string }>