Class TdApi.InputPassportElementErrorSourceUnspecified

  • Enclosing class:
    TdApi

    public static class TdApi.InputPassportElementErrorSourceUnspecified
    extends TdApi.InputPassportElementErrorSource
    The element contains an error in an unspecified place. The error will be considered resolved when new data is added.
    • Field Detail

      • elementHash

        public byte[] elementHash
        Current hash of the entire element.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • InputPassportElementErrorSourceUnspecified

        public InputPassportElementErrorSourceUnspecified()
        The element contains an error in an unspecified place. The error will be considered resolved when new data is added.
      • InputPassportElementErrorSourceUnspecified

        public InputPassportElementErrorSourceUnspecified​(byte[] elementHash)
        The element contains an error in an unspecified place. The error will be considered resolved when new data is added.
        Parameters:
        elementHash - Current hash of the entire element.