Skip to content

Commit 99d7e68

Browse files
authored
Add to README abaut default_action (#414)
Default README does not mention default_action, so I added it.
1 parent 9d82992 commit 99d7e68

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -940,6 +940,11 @@ TemplateSendMessage - CarouselTemplate
940940
label='uri1',
941941
uri='http://example.com/1'
942942
)
943+
],
944+
default_action=[
945+
URIAction(
946+
label="uri1".,
947+
uri='http://example.com/1'
943948
]
944949
),
945950
CarouselColumn(
@@ -960,6 +965,11 @@ TemplateSendMessage - CarouselTemplate
960965
label='uri2',
961966
uri='http://example.com/2'
962967
)
968+
],
969+
default_action=[
970+
URIAction(
971+
label="uri1".,
972+
uri='http://example.com/1'
963973
]
964974
)
965975
]

0 commit comments

Comments
 (0)