Interface EventEncryptionInfo

interface EventEncryptionInfo {
    shieldColour: EventShieldColour;
    shieldReason: null | EventShieldReason;
}

Properties

shieldColour: EventShieldColour

"Shield" to be shown next to this event representing its verification status

shieldReason: null | EventShieldReason

null if shieldColour is EventShieldColour.NONE; otherwise a reason code for the shield in shieldColour.