Function findKeyByFingerprints

  • Get public key by its fingerprint.

    Parameters

    • fingerprints: (string | Long)[]

      Fingerprints to match. The first one to match is returned.

    • allowOld: boolean = false

      Whether to allow "old" keys

    Returns TlPublicKey | null