ButtonMessage message appears at desktop browser, but not appearing at mobile device #226
-
Button message appear on desktop version of whatsaapp but not appear on mobile device |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 5 replies
-
see #222 (comment) |
Beta Was this translation helpful? Give feedback.
-
Still not working i already add the
|
Beta Was this translation helpful? Give feedback.
-
Make sure every type of your Buttons is correct, For common button response type : waProto.ButtonsMessage_Button{
ButtonId: proto.String("id1"),
ButtonText: &waProto.ButtonsMessage_Button_ButtonText{
DisplayText: proto.String("btn1"),
},
// If we set the type as another type,
// maybe another field(s) should be filled also.
// e : NativeFlowInfo for ... _NATIVE_FLOW type.
Type: waProto.ButtonsMessage_Button_RESPONSE.Enum(),
} |
Beta Was this translation helpful? Give feedback.
-
header and footer have maximal character, if reach max char, will not work
Pada tanggal Rab, 10 Agu 2022 09.10, rvp98 ***@***.***>
menulis:
… Still not working i already add the *Header*
msg := &waProto.Message{ ButtonsMessage: &waProto.ButtonsMessage{
HeaderType: waProto.ButtonsMessage_TEXT.Enum(), Header:
&waProto.ButtonsMessage_Text{ Text: "Title", }, ContentText:
proto.String(rc.Respond), FooterText: proto.String("Gunakan tombol di bawah
ini untuk memilih keyword yang anda butuhkan"), Buttons: buttonList, }, }
—
Reply to this email directly, view it on GitHub
<#226 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALJQY2HR3JVJ5QIU7GVXUILVYMFRLANCNFSM557LMK4Q>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
it is limitation if using official api |
Beta Was this translation helpful? Give feedback.
see #222 (comment)