1
0
mirror of synced 2024-11-22 04:46:05 +03:00
Commit Graph

13 Commits

Author SHA1 Message Date
Machiel
a5faf5be5c Add method to handle OptIn messages (#21) 2016-12-09 07:52:21 +11:00
Ilyas Salikhov
f7a3ef787f * Added ability to set greeting setting, get started setting and persistent menu setting
* Added IsEcho in Message which is indicator of own messages
* Added QuickReply in Message for sending of quick reply buttons with message
* Added mux parameter in Messenger constructor. It is useful when single go app processes the several bots
* Added Messenger.SenderAction which allows to show writing and reading status
* Added Messenger.GreetingSetting and Messenger.CallToActionsSetting which allow to set the bot settings
* Fixed bug with nil returning instead of error object
2016-09-11 22:49:56 +03:00
Bruce Fitzsimons
de3a5d0949 Add Read event support. Update description of Delivered events (#7)
* Added Read message support
Delivered message suppport already existed but was commented as
indicating that a message was read by a user. As of the 1 July
2016 API release this isn't true, there is another event. This
commit adds read event support and corrects the description of
delivered events. Also added to the example bot.

* go fmt

* Added new profile fields from July 1st API update

* gofmt
2016-08-18 09:41:25 +10:00
Garry POUPIN
5a7a8679ad Add Replies feature (#5)
* add replies payload and method

* clean comment

* improve TextWithReplies and  spelling correction

* fix last typo
2016-07-08 23:49:35 +10:00
Harrison
681541d027 Parse IDs as strings
Facebook changed their API to use strings instead of ints for IDs due to
some node.js limitation.

Fix #4
2016-05-20 09:18:44 +10:00
Harrison
036b286d6b Fix styling 2016-05-04 18:09:34 +10:00
Panich Maxim
eb0e72a5dc Api update
Postback action handler
Dynamic WebHook
Button Template Message
Generic Template Message
2016-05-03 16:42:25 +03:00
Harrison Shoebridge
f8da84d8c9 Add image sending 2016-04-16 18:01:32 +10:00
Harrison
99c1be7fa1 Add documentation to receiving 2016-04-14 10:07:23 +10:00
Harrison Shoebridge
940d2805be Add attachment support to text messages 2016-04-13 19:46:52 +10:00
Harrison Shoebridge
ed71354256 Consolidate data structures 2016-04-13 19:36:38 +10:00
Harrison Shoebridge
d63af22da1 Add delivery messages 2016-04-13 19:12:23 +10:00
Harrison Shoebridge
5006304edf Add handling receiving messages 2016-04-13 16:14:23 +10:00