Interface SendEmailAddressVerificationCode

Sends a code to verify an email address to be added to a user's Telegram Passport. Request type for Tdjson#sendEmailAddressVerificationCode.

interface SendEmailAddressVerificationCode {
    @type: "sendEmailAddressVerificationCode";
    email_address: string;
}

Properties

Properties

@type: "sendEmailAddressVerificationCode"
email_address: string

Email address.