Skip to main content

CreateFavoriteMemeBodySchema

Related endpoints
FieldTypeDescription
alt_text??stringAlternative text description for accessibility
attachment_id??SnowflakeTypeID of the message attachment to save as a meme
embed_index??integer (int64)Index of the message embed to save as a meme
namestringDisplay name for the meme
tags??string[]Tags for categorizing and searching the meme

CreateFavoriteMemeFromUrlBodySchema

Related endpoints
FieldTypeDescription
alt_text??stringAlternative text description for accessibility
klipy_slug??stringKlipy clip slug if the URL is from Klipy
name??stringDisplay name for the meme
tags??string[]Tags for categorizing and searching the meme
tenor_slug_id??SnowflakeTypeTenor view/<slug>-<id> identifier if the URL is from Tenor
urlstring (uri)URL of the image or video to save as a favorite meme

FavoriteMemeListResponse

Related endpoints Type: FavoriteMemeResponse[]

FavoriteMemeResponse

Related endpoints
FieldTypeDescription
alt_text??stringAlternative text description for accessibility
attachment_idSnowflakeTypeID of the attachment storing the meme
content_hash??stringHash of the file content for deduplication
content_typestringMIME type of the meme file
duration??numberDuration of the video in seconds
filenamestringOriginal filename of the meme
height??integer (int53)Height of the image or video in pixels
idSnowflakeTypeUnique identifier for the favorite meme
is_gifv?booleanWhether the meme is a video converted from GIF
klipy_slug??stringKlipy clip slug if the meme was sourced from Klipy
namestringDisplay name of the meme
sizenumberFile size in bytes
tagsstring[]Tags for categorizing and searching the meme
tenor_slug_id??SnowflakeTypeTenor view/<slug>-<id> identifier if the meme was sourced from Tenor
urlstringCDN URL to access the meme
user_idSnowflakeTypeID of the user who owns this favorite meme
width??integer (int53)Width of the image or video in pixels

UpdateFavoriteMemeBodySchema

Related endpoints
FieldTypeDescription
alt_text??stringAlternative text description for accessibility
name?stringDisplay name for the meme
tags??string[]New tags for categorizing and searching the meme