Skip to content

Commit 96c9c4b

Browse files
authored
update doc (#194)
1 parent b9b2735 commit 96c9c4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

linebot/models/flex_message.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ def __init__(self, text=None, flex=None, margin=None, size=None, align=None, gra
442442
:param str gravity: Vertical alignment style
443443
:param bool wrap: rue to wrap text. The default value is False.
444444
If set to True, you can use a new line character (\n) to begin on a new line.
445+
:param int maxLines: Max number of lines
445446
:param str weight: Font weight
446447
:param str color: Font color
447448
:param action: Action performed when this image is tapped

0 commit comments

Comments
 (0)