Skip to content

Commit

Permalink
update doc (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
okue committed Jun 28, 2019
1 parent b9b2735 commit 96c9c4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linebot/models/flex_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ def __init__(self, text=None, flex=None, margin=None, size=None, align=None, gra
:param str gravity: Vertical alignment style
:param bool wrap: rue to wrap text. The default value is False.
If set to True, you can use a new line character (\n) to begin on a new line.
:param int maxLines: Max number of lines
:param str weight: Font weight
:param str color: Font color
:param action: Action performed when this image is tapped
Expand Down

0 comments on commit 96c9c4b

Please sign in to comment.