View Source ExTDLib.Method.SetPassportElement (ExTDLib v0.0.4)
Adds an element to the user's Telegram Passport. May return an error with a message "PHONE_VERIFICATION_NEEDED" or "EMAIL_VERIFICATION_NEEDED" if the chosen phone number or the chosen email address must be verified first. Returns object_ptr<PassportElement>.
| Name | Type | Description |
|---|---|---|
| element | InputPassportElement | Input Telegram Passport element. |
| password | string | The 2-step verification password of the current user. |
More details on telegram's documentation.