Module tdlight.api

Class TdApi.PassportSuitableElement

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

public static final class TdApi.PassportSuitableElement extends TdApi.Object
Contains information about a Telegram Passport element that was requested by a service.
  • Field Details

    • type

      Type of the element.
    • isSelfieRequired

      public boolean isSelfieRequired
      True, if a selfie is required with the identity document.
    • isTranslationRequired

      public boolean isTranslationRequired
      True, if a certified English translation is required with the document.
    • isNativeNameRequired

      public boolean isNativeNameRequired
      True, if personal details must include the user's name in the language of their country of residence.
    • CONSTRUCTOR

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

    • PassportSuitableElement

      public PassportSuitableElement()
      Contains information about a Telegram Passport element that was requested by a service.
    • PassportSuitableElement

      public PassportSuitableElement(TdApi.PassportElementType type, boolean isSelfieRequired, boolean isTranslationRequired, boolean isNativeNameRequired)
      Contains information about a Telegram Passport element that was requested by a service.
      Parameters:
      type - Type of the element.
      isSelfieRequired - True, if a selfie is required with the identity document.
      isTranslationRequired - True, if a certified English translation is required with the document.
      isNativeNameRequired - True, if personal details must include the user's name in the language of their country of residence.
    • PassportSuitableElement

      public PassportSuitableElement(DataInput input) throws IOException
      Contains information about a Telegram Passport element that was requested by a service.
      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