Interface FileTypeSecure

The file is a file from Secure storage used for storing Telegram Passport files. Subtype of FileType.

interface FileTypeSecure {
    @type: "fileTypeSecure";
}

Properties

Properties

@type: "fileTypeSecure"