1
0
mirror of synced 2024-11-21 20:36:06 +03:00
Commit Graph

24 Commits

Author SHA1 Message Date
tishmaria90
243bf4a2b2
Add mid field in read model (#17) 2022-02-10 11:59:44 +03:00
Maria Tyschitskaya
da8451cf85 fix postback payload description in message 2021-11-02 16:40:33 +03:00
Maria Tyschitskaya
3b5ffe2343 add postback payload description in message 2021-11-02 15:11:36 +03:00
7cc5ea3fe1 Instagram fields 2021-06-03 21:22:18 +03:00
d4acc115a0
Pointer instead of slice in StructuredMessageElement (#3) 2021-02-17 15:15:29 +03:00
94f238346c
Messenger downstream patches (#1)
* add processing response from facebook
* add receipt message payload
* Restore checkFacebookError
* add metadata in MessageData
* improve optional ProfileFields
* Fix conflict with receiving.go while cherry-picking
* Add title to payload
* Move to Github Actions & new package name
* fix for example
* remove limit for parallel runs
2021-02-09 11:14:42 +03:00
Daniel Fischer
6d0aa90aae Get NLP 2019-03-25 11:48:35 -07:00
Harrison Shoebridge
ca367dcfca
Merge pull request #51 from OAyomide/master
remove default profile fields; fix minor typo
2019-01-04 20:35:45 +11:00
Pranas Kiziela
b25eede088 Add StickerID property to Message 2019-01-02 21:12:22 +02:00
Ayomide Onigbinde
8d546920cd change the default user profile fields; fix minor typo 2018-12-30 13:37:18 +01:00
Samuel El-Borai
0f9e821889 Add handler for AccountLinking process 2018-03-18 20:42:28 +01:00
Michele Gargiulo
bbd304b464 Adds the Referral webhook and PostBacks's referral structure (#26) 2017-02-16 18:29:12 -08:00
Depado
6970a1b09a Correctly handle Facebook errors (#14)
* Sending back the error message of Facebook as an error for some function calls

* Adding error handling for other function calls

* Private function to parse Facebook's response

* Handling errors for ProfileByID function
2016-10-08 00:28:27 +11:00
Depado
79275a89fd Fixin timestamp handling as Facebook sends back milliseconds timestamps (#12) 2016-10-04 12:44:18 +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
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
c2ae2a3f30 Add documentation to Message and Delivery 2016-04-14 09:53:55 +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
ce641cb233 Rewrite handlers management
Having everything under the one hood was not working. Doing this we can
parse more information in a neater fashion
2016-04-13 19:26:31 +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