interface LinkPreviewRe-exportimport { type LinkPreview } from "https://deno.land/x/mtkruto@0.1.157/mod.ts"; A link preview. Propertiesoptionaldisable: booleanWhether link preview is disabled. optionalurl: stringThe URL of the preview. optionalsmallMedia: booleanWether the media is to be shown in a small size. optionallargeMedia: booleanWhether the media is to be shown in a large size. optionalaboveText: booleanWhether the preview is to be shown above the message's text.