-
Notifications
You must be signed in to change notification settings - Fork 147
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
user_ref in Structured Message #97
Comments
Please provide a link to the documentation. |
Sadly it's undocumented that you can send rich messages to user_ref but I tested it and works fine. Sending to user_ref is described only here in last paragraph (Calling the Send API) |
recipient with user_ref is only for the first call.
|
Is it possible to send Structured Message to recipient:user_ref instead of recipient:id?
There is no way to pass user_ref param to Structured Message. Maybe a new public method setUserRef in Message class would do the job (for now)? It would also cover this problem for another Message types like ImageMessage, QuickReply etc.
What do you think?
The text was updated successfully, but these errors were encountered: