pub async fn check_email_address_verification_code(
code: String,
client_id: i32,
) -> Result<(), Error>Expand description
Checks the email address verification code for Telegram Passport
ยงArguments
code- Verification code to checkclient_id- The client id to send the request to