Class TdApi.SetPassportElementErrors

Enclosing class:
TdApi

public static class TdApi.SetPassportElementErrors extends TdApi.Function<TdApi.Ok>
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

  • Field Details

  • Constructor Details

    • 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.
  • 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