Skip to content

Commit b93d929

Browse files
hungyichiunokue
authored andcommitted
Update README.rst (#227)
1 parent 4c7f626 commit b93d929

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -799,15 +799,15 @@ FlexSendMessage
799799
flex_message = FlexSendMessage(
800800
alt_text='hello',
801801
contents={
802-
type: 'bubble',
803-
direction: 'ltr',
804-
hero: {
805-
type: 'image',
806-
url: 'https://example.com/cafe.jpg',
807-
size: 'full',
808-
aspectRatio: '20:13',
809-
aspectMode: 'cover',
810-
action: { type: 'uri', uri: 'http://example.com', label: 'label' }
802+
'type': 'bubble',
803+
'direction': 'ltr',
804+
'hero': {
805+
'type': 'image',
806+
'url': 'https://example.com/cafe.jpg',
807+
'size': 'full',
808+
'aspectRatio': '20:13',
809+
'aspectMode': 'cover',
810+
'action': { 'type': 'uri', 'uri': 'http://example.com', 'label': 'label' }
811811
}
812812
}
813813
)

0 commit comments

Comments
 (0)