$attachGIF
Attaches the GIF.
Usage
$attachGIF[gif;name?]Parameters
| Field | Type | Description | Required |
|---|---|---|---|
| gif | String | Name of the GIF. | True |
| name | String | The GIF attachment file name. | False |
Example(s)
No examples for this function.

Raw Info
{ "name": "$attachGIF", "description": "Attaches the GIF.", "params": [ { "name": "gif", "description": "Name of the GIF.", "type": "String", "required": true }, { "name": "name", "description": "The GIF attachment file name.", "type": "String", "required": false } ], "usage": "$attachGIF[gif;name?]", "category": "gif", "src": "https://github.com/devlordduck/aoi.canvas/tree/v2/src/functions/gif/attachGIF.ts", "docs": "https://aoicanvas.vercel.app/functions/attachgif"}