We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a1b095 commit f809da9Copy full SHA for f809da9
lib/types.ts
@@ -1916,6 +1916,7 @@ export type QuickReplyItem = {
1916
* - [Camera action](https://developers.line.biz/en/reference/messaging-api/#camera-action)
1917
* - [Camera roll action](https://developers.line.biz/en/reference/messaging-api/#camera-roll-action)
1918
* - [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)
1920
*/
1921
action: Action;
1922
};
0 commit comments