Interface EmailAddressResetStateAvailable

Describes reset state of an email address. Subtype of EmailAddressResetState.

interface EmailAddressResetStateAvailable {
    @type: "emailAddressResetStateAvailable";
    wait_period: number;
}

Properties

Properties

@type: "emailAddressResetStateAvailable"
wait_period: number

Time required to wait before the email address can be reset; 0 if the user is subscribed to Telegram Premium.