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

ListMessage & ButtonsMessage is not working on android but working on IOS and web #398

Closed
rhmdnrhuda opened this issue Jun 4, 2023 · 1 comment

Comments

@rhmdnrhuda
Copy link

code:
msg := &waProto.Message{ ViewOnceMessage: &waProto.FutureProofMessage{ Message: &waProto.Message{ ListMessage: &waProto.ListMessage{ Title: proto.String("ListMessage title"), Description: proto.String("ListMessage Description"), FooterText: proto.String("ListMessage footer"), ButtonText: proto.String("ListMessage ButtonText"), ListType: waProto.ListMessage_SINGLE_SELECT.Enum(), Sections: []*waProto.Section{ { Title: proto.String("Section1 title"), Rows: []*waProto.Row{ { RowId: proto.String("id1"), Title: proto.String("ListMessage section row title"), Description: proto.String("ListMessage section row desc"), }, { RowId: proto.String("id2"), Title: proto.String("title 2"), Description: proto.String("desc 2"), }, }, }, { Title: proto.String("Section2 title"), Rows: []*waProto.Row{ { RowId: proto.String("id1"), Title: proto.String("ListMessage section row title"), Description: proto.String("ListMessage section row desc"), }, { RowId: proto.String("id2"), Title: proto.String("title 2"), Description: proto.String("desc 2"), }, }, }, }, }, }, }, }

on website:
image

on my server web also working fine:
image

i was checked on message *events.Message data and there is no values for RawMessage.MessageContextInfo.DeviceListMetadata,SenderKeyHash and RawMessage.MessageContextInfo.DeviceListMetadata.SenderTimestamp .

@tulir
Copy link
Owner

tulir commented Jun 4, 2023

WhatsApp doesn't allow sending those anymore (WhiskeySockets/Baileys#56)

@tulir tulir closed this as not planned Won't fix, can't repro, duplicate, stale Jun 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants