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 5729617 commit 2c60d32Copy full SHA for 2c60d32
lib/types.ts
@@ -1142,14 +1142,14 @@ export type QuickReply = {
1142
*
1143
* Array of objects (Max: 13)
1144
*/
1145
- items: Item[];
+ items: QuickReplyItem[];
1146
};
1147
1148
/**
1149
* This is a quick reply option that is displayed as a button.
1150
* For more information, see [quick reply buttons](https://developers.line.me/en/reference/messaging-api/#quick-reply-button-object).
1151
1152
-export type Item = {
+export type QuickReplyItem = {
1153
type: "action";
1154
1155
* URL of the icon that is displayed at the beginning of the button (Max: 1000 characters)
0 commit comments