We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c7f626 commit b93d929Copy full SHA for b93d929
README.rst
@@ -799,15 +799,15 @@ FlexSendMessage
799
flex_message = FlexSendMessage(
800
alt_text='hello',
801
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' }
+ 'type': 'bubble',
+ 'direction': 'ltr',
+ 'hero': {
+ 'type': 'image',
+ 'url': 'https://example.com/cafe.jpg',
+ 'size': 'full',
+ 'aspectRatio': '20:13',
+ 'aspectMode': 'cover',
+ 'action': { 'type': 'uri', 'uri': 'http://example.com', 'label': 'label' }
811
}
812
813
)
0 commit comments