Interface PhoneNumberCodeTypeVerify

Verifies ownership of a phone number to be added to the user's Telegram Passport. Subtype of PhoneNumberCodeType.

interface PhoneNumberCodeTypeVerify {
    @type: "phoneNumberCodeTypeVerify";
}

Properties

Properties

@type: "phoneNumberCodeTypeVerify"