Class TdApi.SetPassportElementErrors

  • Enclosing class:
    TdApi

    public static class TdApi.SetPassportElementErrors
    extends TdApi.Function
    Informs the user that some of the elements in their Telegram Passport contain errors; for bots only. The user will not be able to resend the elements, until the errors are fixed.

    Returns Ok

    • Constructor Detail

      • SetPassportElementErrors

        public SetPassportElementErrors()
        Default constructor for a function, which informs the user that some of the elements in their Telegram Passport contain errors; for bots only. The user will not be able to resend the elements, until the errors are fixed.

        Returns Ok

      • SetPassportElementErrors

        public SetPassportElementErrors​(long userId,
                                        TdApi.InputPassportElementError[] errors)
        Creates a function, which informs the user that some of the elements in their Telegram Passport contain errors; for bots only. The user will not be able to resend the elements, until the errors are fixed.

        Returns Ok

        Parameters:
        userId - User identifier.
        errors - The errors.