Skip to content

Commit f809da9

Browse files
authored
Update comment to reflect URI action can be used with quick reply (#289)
1 parent 9a1b095 commit f809da9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1916,6 +1916,7 @@ export type QuickReplyItem = {
19161916
* - [Camera action](https://developers.line.biz/en/reference/messaging-api/#camera-action)
19171917
* - [Camera roll action](https://developers.line.biz/en/reference/messaging-api/#camera-roll-action)
19181918
* - [Location action](https://developers.line.biz/en/reference/messaging-api/#location-action)
1919+
* - [URI action](https://developers.line.biz/en/reference/messaging-api/#uri-action)
19191920
*/
19201921
action: Action;
19211922
};

0 commit comments

Comments
 (0)