Module tdlight.api

Class TdApi.IdentityDocument

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.IdentityDocument
Enclosing class:
TdApi

public static final class TdApi.IdentityDocument extends TdApi.Object
An identity document.
  • Field Details

    • number

      public String number
      Document number; 1-24 characters.
    • expirationDate

      public TdApi.Date expirationDate
      Document expiration date; may be null if not applicable.
    • frontSide

      public TdApi.DatedFile frontSide
      Front side of the document.
    • reverseSide

      public TdApi.DatedFile reverseSide
      Reverse side of the document; only for driver license and identity card; may be null.
    • selfie

      public TdApi.DatedFile selfie
      Selfie with the document; may be null.
    • translation

      public TdApi.DatedFile[] translation
      List of files containing a certified English translation of the document.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • IdentityDocument

      public IdentityDocument()
      An identity document.
    • IdentityDocument

      public IdentityDocument(String number, TdApi.Date expirationDate, TdApi.DatedFile frontSide, TdApi.DatedFile reverseSide, TdApi.DatedFile selfie, TdApi.DatedFile[] translation)
      An identity document.
      Parameters:
      number - Document number; 1-24 characters.
      expirationDate - Document expiration date; may be null if not applicable.
      frontSide - Front side of the document.
      reverseSide - Reverse side of the document; only for driver license and identity card; may be null.
      selfie - Selfie with the document; may be null.
      translation - List of files containing a certified English translation of the document.
    • IdentityDocument

      public IdentityDocument(DataInput input) throws IOException
      An identity document.
      Parameters:
      input - Serialized input
      Throws:
      IOException - the deserialization failed
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object