How to make Button Message to reply? #557
Unanswered
OnezIAm
asked this question in
WhatsApp protocol Q&A
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried so many example from this QnA, but everytime I got the obsolete one I think, because it is not working for me,
here is the code example for now, and the bot did not reply anything to me, please help
`
func eventHandler(evt interface{}) {
switch v := evt.(type) {
case *events.Message:
}`
Beta Was this translation helpful? Give feedback.
All reactions