Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Create LINE Rich Menu via Rich Menu Maker

Sponsored · Ship Features Fearlessly Turn features on and off without deploys. Used by thousands of Ruby developers.
Avatar for anop72 anop72
August 21, 2019

Create LINE Rich Menu via Rich Menu Maker

- How to create Rich Menu via Rich Menu Maker
- Size and resolution support
- Menu Actions
- Rich Menu Object

Avatar for anop72

anop72

August 21, 2019
Tweet

More Decks by anop72

Other Decks in Technology

Transcript

  1. Resolution (Large, Medium, Small) https://lineforbusiness.com/richmenumaker/ • Large (2500×1686, 1200×810, 800×540)

    px • Compact (2500×843, 1200×405, 800×270) px • Maximum size 1MB, JPEG, JPG, PNG
  2. Rich Menu Object { "size": { "width": 2500, "height": 843

    }, "selected": true, "name": "Rich Menu 1", "chatBarText": "Rich Menu", "areas": [ … ] }
  3. Rich Menu Object { "size": { "width": 2500, "height": 843

    }, "selected": true, "name": "Rich Menu 1", "chatBarText": "Rich Menu", "areas": [ … ] }
  4. Rich Menu Object { "areas": [ { "bounds": { "x":

    0, "y": 0, "width": 833, "height": 843 }, "action": { "type": "message", "text": "A" } } ] }
  5. Rich Menu Object { "areas": [ { "bounds": { "x":

    0, "y": 0, "width": 833, "height": 843 }, "action": { "type": "message", "text": "A" } } ] }
  6. Create Rich Menu via API • Get/Create/Update/Delete • Dynamic Rich

    Menu for User https://developers.line.biz/en/docs/messaging-api/using-rich-menus/#spy-other-rich-menu-features