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 d75d44c commit 6396d88Copy full SHA for 6396d88
lib/types.ts
@@ -1411,6 +1411,14 @@ export type FlexImage = {
1411
* Specify an [action object](https://developers.line.biz/en/reference/messaging-api/#action-objects).
1412
*/
1413
action?: Action;
1414
+ /**
1415
+ * When this is `true`, an animated image (APNG) plays.
1416
+ * You can specify a value of `true` up to three times in a single message.
1417
+ * You can't send messages that exceed this limit.
1418
+ * This is `false` by default.
1419
+ * Animated images larger than 300 KB aren't played back.
1420
+ */
1421
+ animated?: Boolean;
1422
} & Offset;
1423
1424
/**
0 commit comments