interface EmojiURLOptionsWebp

export interface EmojiURLOptionsWebp extends BaseImageURLOptions

optional
animated? : boolean

Whether to use the animated query parameter.

optional
extension? : 'webp'

optional
size? : ImageSize

The size specified in the image URL.

Inherited from: BaseImageURLOptions