interface ThumbnailRe-exportimport { type Thumbnail } from "https://deno.land/x/mtkruto@0.1.157/3_types.ts"; A file or sticker thumbnail. PropertiesfileId: stringA file identifier that can be used to download or reuse the thumbnail. fileUniqueId: stringA file identifier that can be used to identify the thumbnail. width: numberThe width of the thumbnail. height: numberThe height of the thumbnail. fileSize: numberSize of the file in bytes.