Skip to content

Instantly share code, notes, and snippets.

@enginebai
Created May 22, 2018 13:58
Show Gist options
  • Save enginebai/456a5fa6a1c18a9993462643bbf1621d to your computer and use it in GitHub Desktop.
Save enginebai/456a5fa6a1c18a9993462643bbf1621d to your computer and use it in GitHub Desktop.
client.send_buttons(recipient_id, "You can find me with below", [
ActionButton(ButtonType.WEB_URL, "Blog", "http://blog.enginebai.com"),
ActionButton(ButtonType.POSTBACK, "Email", Intent.EMAIL)
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment