Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WABP: send reaction message #1249

Closed
nbartels opened this issue Sep 24, 2022 · 0 comments
Closed

WABP: send reaction message #1249

nbartels opened this issue Sep 24, 2022 · 0 comments
Assignees
Milestone

Comments

@nbartels
Copy link
Contributor

nbartels commented Sep 24, 2022

https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages#reaction-object

{
  "messaging_product": "whatsapp",
  "recipient_type": "individual",
  "to": "PHONE_NUMBER",
  "type": "reaction",
  "reaction": {
    "message_id": "wamid.HBgLM...",
    "emoji": "\uD83D\uDE00" // empty emoji to remove reaction
  }
}
@nbartels nbartels self-assigned this Sep 24, 2022
@nbartels nbartels added this to the 2022.9.0 milestone Sep 25, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant