broidHQ / integrations

Connect your App to Multiple Messaging Channels with the W3C Open standard.
https://www.broid.ai
GNU Affero General Public License v3.0
745 stars 83 forks source link

Fix/messenger button name #188

Closed killix closed 7 years ago

killix commented 7 years ago

This button:

  {
    "type": "Button",
    "name": "postback_name",
    "content": "Try it the postback!",
    "url": "payload_postback"
  }

return now:

object:
 { content: 'payload_postback',
   id: '1505767221011',
   type: 'Note',
   name: 'Try it the postback!' }