Skip to content

Conversation

@kcvlex
Copy link
Contributor

@kcvlex kcvlex commented Dec 20, 2022

The image component of the flex message has an argument animated, but it was missing. Perhaps this resolve #383

Copy link
Member

@louis70109 louis70109 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@louis70109 louis70109 merged commit b0cfbcd into line:master Dec 29, 2022
aspect_mode=None,
background_color=None,
action=None,
animated=None,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

False by default

:param str background_color: Background color of the image. Use a hexadecimal color code.
:param action: Action performed when this image is tapped
:type action: list[T <= :py:class:`linebot.models.actions.Action`]
:param bool action: True to play an animated image
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

param bool animated

louis70109 added a commit that referenced this pull request Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

How do I send flex message that include animated image by bot?

4 participants