package passport
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- final case class SetPassportDataErrors(userId: Int, errors: List[PassportElementError]) extends Product with Serializable
Informs a user that some of the Telegram Passport elements they provided contains errors.
Informs a user that some of the Telegram Passport elements they provided contains errors. The user will not be able to re-submit their Passport to you until the errors are fixed (the contents of the field for which you returned the error must change).
Returns True on success.
Value Members
- object SetPassportDataErrors extends Serializable