Skip to content

Commit

Permalink
0.7.5 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Aug 4, 2018
1 parent 289f112 commit 866b510
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# 0.7.5 / 2018-08-04

### messaging-api-line

- [new] add `quickReply` support:

```js
client.replyText(REPLY_TOKEN, 'Hello!', {
quickReply: {
items: [
{
type: 'action',
action: {
type: 'cameraRoll',
label: 'Send photo',
},
},
{
type: 'action',
action: {
type: 'camera',
label: 'Open camera',
},
},
],
},
});
```

# 0.7.4 / 2018-07-12

### messaging-api-messenger
Expand Down

0 comments on commit 866b510

Please sign in to comment.