Skip to main content

EnrichedThumbnail

@devvit/public-api v0.13.10-dev


Type Alias: EnrichedThumbnail

EnrichedThumbnail = object

Contains data about a post's thumbnail. Also contains a blurred version if the thumbnail is NSFW.

Properties

attribution?

optional attribution: string

Attribution text for the thumbnail


image

image: object

The image used for the thumbnail. May have different resolution from Post.thumbnail

height

height: number

url

url: string

width

width: number


isObfuscatedDefault

isObfuscatedDefault: boolean

Whether this thumbnail appears blurred by default


obfuscatedImage?

optional obfuscatedImage: object

The blurred image for NSFW thumbnails

height

height: number

url

url: string

width

width: number