chatfuel-api
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -176,3 +176,3 @@ 'use strict'; | ||
key: 'addButton', | ||
value: function addButton(type, attr, title) { | ||
value: function addButton(type, attr, title, extensions) { | ||
if (type === 'block') { | ||
@@ -183,3 +183,3 @@ this.buttons((0, _blockButton2.default)(attr, title)); | ||
if (type === 'link') { | ||
this.buttons((0, _urlButton2.default)(attr, title)); | ||
this.buttons((0, _urlButton2.default)(attr, title, extensions)); | ||
return this; | ||
@@ -186,0 +186,0 @@ } |
{ | ||
"name": "chatfuel-api", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A library to simplify sending messages and broadcasts to a Chatfuel bot", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
86430