From 96c9c4bf069f1fbb78239dc8ab0ff71db85569d4 Mon Sep 17 00:00:00 2001 From: Okue Date: Fri, 28 Jun 2019 12:08:51 +0900 Subject: [PATCH] update doc (#194) --- linebot/models/flex_message.py | 1 + 1 file changed, 1 insertion(+) diff --git a/linebot/models/flex_message.py b/linebot/models/flex_message.py index 807f124f..8994bd20 100644 --- a/linebot/models/flex_message.py +++ b/linebot/models/flex_message.py @@ -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