CreateFavoriteMemeBodySchema
Related endpoints| Field | Type | Description |
|---|---|---|
| alt_text? | ?string | Alternative text description for accessibility |
| attachment_id? | ?SnowflakeType | ID of the message attachment to save as a meme |
| embed_index? | ?integer (int64) | Index of the message embed to save as a meme |
| name | string | Display name for the meme |
| tags? | ?string[] | Tags for categorizing and searching the meme |
CreateFavoriteMemeFromUrlBodySchema
Related endpoints| Field | Type | Description |
|---|---|---|
| alt_text? | ?string | Alternative text description for accessibility |
| klipy_slug? | ?string | Klipy clip slug if the URL is from Klipy |
| name? | ?string | Display name for the meme |
| tags? | ?string[] | Tags for categorizing and searching the meme |
| tenor_slug_id? | ?SnowflakeType | Tenor view/<slug>-<id> identifier if the URL is from Tenor |
| url | string (uri) | URL of the image or video to save as a favorite meme |
FavoriteMemeListResponse
Related endpoints Type: FavoriteMemeResponse[]FavoriteMemeResponse
Related endpointsGET /users/@me/memes/{meme_id}POST /channels/{channel_id}/messages/{message_id}/memesPOST /users/@me/memesPATCH /users/@me/memes/{meme_id}
| Field | Type | Description |
|---|---|---|
| alt_text? | ?string | Alternative text description for accessibility |
| attachment_id | SnowflakeType | ID of the attachment storing the meme |
| content_hash? | ?string | Hash of the file content for deduplication |
| content_type | string | MIME type of the meme file |
| duration? | ?number | Duration of the video in seconds |
| filename | string | Original filename of the meme |
| height? | ?integer (int53) | Height of the image or video in pixels |
| id | SnowflakeType | Unique identifier for the favorite meme |
| is_gifv? | boolean | Whether the meme is a video converted from GIF |
| klipy_slug? | ?string | Klipy clip slug if the meme was sourced from Klipy |
| name | string | Display name of the meme |
| size | number | File size in bytes |
| tags | string[] | Tags for categorizing and searching the meme |
| tenor_slug_id? | ?SnowflakeType | Tenor view/<slug>-<id> identifier if the meme was sourced from Tenor |
| url | string | CDN URL to access the meme |
| user_id | SnowflakeType | ID of the user who owns this favorite meme |
| width? | ?integer (int53) | Width of the image or video in pixels |
UpdateFavoriteMemeBodySchema
Related endpoints| Field | Type | Description |
|---|---|---|
| alt_text? | ?string | Alternative text description for accessibility |
| name? | string | Display name for the meme |
| tags? | ?string[] | New tags for categorizing and searching the meme |