Type alias UserEncryptionInfoEvent

UserEncryptionInfoEvent: InternalMessage & {
    info: UserEncryptionInfo;
}

Type declaration