Description:"Triggers the creation of a Clip from the given channel owned by the creator (subsequent actions can use variables `create_clip_slug` and `create_clip_edit_url`)",
Name:"Create Clip",
Type:actorName,
Fields:[]plugins.ActionDocumentationField{
{
Description:"Channel to create the clip from, defaults to the channel of the event / message",
Key:"channel",
Name:"Channel",
Optional:true,
SupportTemplate:true,
Type:plugins.ActionDocumentationFieldTypeString,
},
{
Description:fmt.Sprintf("User which should trigger and therefore own the clip (must have given %s permission to the bot in extended permissions!), defaults to the value of `channel`",twitch.ScopeClipsEdit),
Key:"creator",
Name:"Creator",
Optional:true,
SupportTemplate:true,
Type:plugins.ActionDocumentationFieldTypeString,
},
{
Default:"false",
Description:"Whether to add an artificial delay before creating the clip",