You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i was checked on message *events.Message data and there is no values for RawMessage.MessageContextInfo.DeviceListMetadata,SenderKeyHash and RawMessage.MessageContextInfo.DeviceListMetadata.SenderTimestamp .
The text was updated successfully, but these errors were encountered:
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:
on my server web also working fine:
i was checked on message
*events.Message
data and there is no values forRawMessage.MessageContextInfo.DeviceListMetadata,SenderKeyHash
andRawMessage.MessageContextInfo.DeviceListMetadata.SenderTimestamp
.The text was updated successfully, but these errors were encountered: