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

137 Commits

Author SHA1 Message Date
Alex Lushpai
da2c3ee447
Instagram fields 2021-06-04 10:10:27 +03:00
7cc5ea3fe1 Instagram fields 2021-06-03 21:22:18 +03:00
60ab2b27eb
Correct declaration for Buttons 2021-02-17 15:25:52 +03:00
d4acc115a0
Pointer instead of slice in StructuredMessageElement (#3) 2021-02-17 15:15:29 +03:00
b23ab4492c
static code analysis (#2) 2021-02-15 12:08:41 +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
Harrison Shoebridge
14c1f126e4
Merge pull request #71 from pranas/feature/close-body
Close response body
2019-11-30 15:53:34 +11:00
Pranas Kiziela
485d2d86be Close response body 2019-11-15 16:01:19 +02:00
Harrison Shoebridge
48370aae6e
Merge pull request #68 from pranas/feature/error-subcode
Expose error_subcode property for errors
2019-10-14 19:44:41 +11:00
Pranas Kiziela
492438f895 Expose error_subcode property for errors 2019-10-14 10:58:59 +03:00
Harrison Shoebridge
4a255a50c5
Merge pull request #66 from jBugman/errors
Wrapped errors with xerrors
2019-08-01 23:07:15 +10:00
Sergey Parshukov
adb0cd2404
Reverted to previous profile error flow 2019-07-31 13:04:40 +03:00
Sergey Parshukov
6a9d276a4d
Merge branch 'master' into errors 2019-07-31 13:00:53 +03:00
Harrison Shoebridge
af0f4aab62
Merge pull request #65 from jBugman/response
Correct HTTP responses and semantic codes
2019-07-31 10:20:06 +10:00
Sergey Parshukov
f404f6afa4
Put back mandatory 200 OK 2019-07-31 00:43:42 +03:00
Sergey Parshukov
fa7aab250c
Wrapped errors with xerrors 2019-07-31 00:38:58 +03:00
Sergey Parshukov
7599daf34a
Correct HTTP responses and semantic codes 2019-07-31 00:11:26 +03:00
Harrison Shoebridge
b90fe59765
Merge pull request #63 from jBugman/cleanup
Fixed staticcheck warnings
2019-07-26 08:50:48 +10:00
Sergey Parshukov
60d8d3f95a
Fixed staticcheck warnings 2019-07-25 14:37:27 +03:00
Harrison Shoebridge
841714601c
Merge pull request #59 from dfischer/get-nlp-v2
Get nlp v2
2019-04-25 09:23:14 +10:00
Daniel Fischer
34895fc5d9
Update go.mod 2019-04-24 03:16:00 -07:00
Harrison Shoebridge
19ba0ed851
Merge pull request #60 from ahmdaeyz/master
Adding missing json fields and list template method
2019-04-17 10:49:06 +10:00
Ahmed Aboelyazeed
14ff2aecb8 add list template 2019-04-14 12:28:09 +02:00
Harrison Shoebridge
b4fee15913
Whoops! Fix bad go.mod 2019-04-12 17:48:36 +10:00
Harrison Shoebridge
a3f9b651b5
Merge pull request #58 from dfischer/pass-thread-control
Pass thread control
2019-04-10 08:30:38 +10:00
Daniel Fischer
6d0aa90aae Get NLP 2019-03-25 11:48:35 -07:00
Daniel Fischer
241e864fb3 Support for passThreadControl 2019-03-25 11:42:34 -07:00
Daniel Fischer
faf2432c8f temp change on go.mod 2019-03-25 11:37:05 -07:00
Harrison Shoebridge
8d53835fbc
Merge pull request #57 from EddyTravels/master
Add ShareContents property
2019-03-10 21:16:35 +11:00
Pranas Kiziela
52e988e293 Add ShareContents property 2019-02-26 17:07:06 -05:00
Harrison Shoebridge
7a216666a1
Merge pull request #56 from EddyTravels/master
Add AttachmentID property
2019-02-26 10:06:07 +11:00
Pranas Kiziela
3848b47c06 Add AttachmentID property 2019-02-25 17:52:06 -05:00
Ahmed Aboelyazeed
efd9d44236 add attachment.fallback json fields 2019-02-22 18:16:14 +02:00
Harrison Shoebridge
f36e956bd8
Update README.md 2019-01-05 09:58:27 +11:00
Harrison Shoebridge
12ec6ccd76
Update README.md 2019-01-04 20:45:37 +11: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
Ayomide Onigbinde
51846268a9 cleanup for PR #51 2019-01-04 10:22:09 +01:00
Ayomide Onigbinde
830f72e96e fix failed build 2019-01-03 17:48:36 +01:00
Ayomide Onigbinde
2543a5afbb added profile field to examples to fix failing builds 2019-01-03 17:40:18 +01:00
Ayomide Onigbinde
92e06df4a9 remove default profile field 2019-01-03 17:06:29 +01:00
Harrison Shoebridge
8a7cca0c41
Merge pull request #54 from EddyTravels/feature/sticker-id
Add StickerID property to Message
2019-01-03 10:02:20 +11:00
Pranas Kiziela
b25eede088 Add StickerID property to Message 2019-01-02 21:12:22 +02:00
Ayomide Onigbinde
61add2ce3d reverted PR 51; fixed persistent menu typo 2019-01-02 20:12:05 +01:00
Harrison Shoebridge
a812fd151f
Merge pull request #53 from albttx/develop
WIP: Some modification
2019-01-02 16:07:19 +11:00
Albert Le Batteux
142c3f5add
add: setter token for response struct 2019-01-01 22:27:26 +01:00
Albert Le Batteux
34e47adaff
fix: omitempty item_url 2019-01-01 22:27:26 +01:00
Albert Le Batteux
b984d44124
add: go module for go 1.11 2019-01-01 22:27:26 +01:00
Ayomide Onigbinde
f1076a12b6 fix import path causing travis failed build 2018-12-31 02:16:01 +01:00
Ayomide Onigbinde
69e4942945 allow the use of a config file instead of manually pasting configs 2018-12-30 18:59:42 +01:00
Ayomide Onigbinde
8d546920cd change the default user profile fields; fix minor typo 2018-12-30 13:37:18 +01:00