Interface DeletePassportElement

Deletes a Telegram Passport element. Request type for Tdjson#deletePassportElement.

interface DeletePassportElement {
    @type: "deletePassportElement";
    type: PassportElementType;
}

Properties

Properties

@type: "deletePassportElement"

Element type.