matrix-js-sdk

    Interface GeneratedSas

    A generated SAS to be shown to the user, in alternative formats

    interface GeneratedSas {
        decimal?: [number, number, number];
        emoji?: EmojiMapping[];
    }
    Index

    Properties

    Properties

    decimal?: [number, number, number]

    The SAS as three numbers between 0 and 8191.

    Only populated if the decimal SAS method was negotiated.

    emoji?: EmojiMapping[]

    The SAS as seven emojis.

    Only populated if the emoji SAS method was negotiated.

    MMNEPVFCICPMFPCPTTAAATR