123456789101112131415161718192021222324252627282930313233343536 |
- {
- "type": "bubble",
- "body": {
- "type": "box",
- "layout": "vertical",
- "contents": [
- {
- "type": "image",
- "url": "https://scdn.line-apps.com/n/channel_devcenter/img/fx/01_1_cafe.png",
- "size": "full",
- "margin": "none",
- "align": "start",
- "gravity": "top",
- "position": "relative"
- },
- {
- "type": "text",
- "text": "hello, world"
- },
- {
- "type": "box",
- "layout": "baseline",
- "contents": [
- {
- "type": "text",
- "text": "hello, world"
- },
- {
- "type": "text",
- "text": "hello, world"
- }
- ]
- }
- ]
- }
- }
|