Skip to content

$attachGIF

Attaches the GIF.

Usage

$attachGIF[gif;name?]

Parameters

FieldTypeDescriptionRequired
gifStringName of the GIF.True
nameStringThe GIF attachment file name.False

Example(s)

No examples for this function.

meow

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"
}