Interface FileTypeSecret

The file was sent to a secret chat (the file type is not known to the server). Subtype of FileType.

interface FileTypeSecret {
    @type: "fileTypeSecret";
}

Properties

Properties

@type: "fileTypeSecret"