Class TdApi.GetPassportAuthorizationForm

    • Field Detail

      • botUserId

        public long botUserId
        User identifier of the service's bot.
      • scope

        public String scope
        Telegram Passport element types requested by the service.
      • publicKey

        public String publicKey
        Service's public key.
      • nonce

        public String nonce
        Unique request identifier provided by the service.
      • CONSTRUCTOR

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

      • GetPassportAuthorizationForm

        public GetPassportAuthorizationForm()
        Default constructor for a function, which returns a Telegram Passport authorization form for sharing data with a service.

        Returns PassportAuthorizationForm

      • GetPassportAuthorizationForm

        public GetPassportAuthorizationForm​(long botUserId,
                                            String scope,
                                            String publicKey,
                                            String nonce)
        Creates a function, which returns a Telegram Passport authorization form for sharing data with a service.

        Returns PassportAuthorizationForm

        Parameters:
        botUserId - User identifier of the service's bot.
        scope - Telegram Passport element types requested by the service.
        publicKey - Service's public key.
        nonce - Unique request identifier provided by the service.