We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f816987 commit c33cd9eCopy full SHA for c33cd9e
CHANGELOG.md
@@ -14,6 +14,7 @@ $bot->hears('foo', function($bot){})->middleware(new TestMiddleware());
14
- Added `repeat()` method to conversation objects to repeat the last asked question.
15
- [SlackDriver, SlackRTMDriver] added `replyInThread` method for Slacks new [threaded messaging](https://api.slack.com/docs/message-threading#threads_party) feature.
16
- Added video message to Facebook, BotFramework and Telegram drivers.
17
+- Added Facebook [template support](https://developers.facebook.com/docs/messenger-platform/send-api-reference/generic-template).
18
19
### Changed
20
- Fixed an error that occured when responding to the Facebook driver with thumbs up.
0 commit comments