Class TdApi.PassportRequiredElement

  • Enclosing class:
    TdApi

    public static class TdApi.PassportRequiredElement
    extends TdApi.Object
    Contains a description of the required Telegram Passport element that was requested by a service.
    • Field Detail

      • suitableElements

        public TdApi.PassportSuitableElement[] suitableElements
        List of Telegram Passport elements any of which is enough to provide.
      • CONSTRUCTOR

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

      • PassportRequiredElement

        public PassportRequiredElement()
        Contains a description of the required Telegram Passport element that was requested by a service.
      • PassportRequiredElement

        public PassportRequiredElement​(TdApi.PassportSuitableElement[] suitableElements)
        Contains a description of the required Telegram Passport element that was requested by a service.
        Parameters:
        suitableElements - List of Telegram Passport elements any of which is enough to provide.