SetPassportElementErrors constructor

SetPassportElementErrors(
  1. {required int user_id,
  2. required List<InputPassportElementError> errors,
  3. int? extra,
  4. int? clientId}
)

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

Implementation

SetPassportElementErrors