Worldmap - define buttons in one message

Is it possible to define more than one button in a command or message. An array of button definitions seems not to work.

`{
    "command": {
        "button": {
            "name": "Home",
            "icon": "fa-home",
            "position": "topright"
        }
    }
}`

If you send two different messages with 2 commands it works - but I want to define/initalize my buttons with one message.

image

Correct - right now you have to send them one at a time.

Ok. Thanks for confirmation..

Will look at this if/when I get 5 mins

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.