Replies: 1 comment 1 reply
-
It is called mentioning already there : #259, // Example ContextInfo for ExtendedTextMessage
var msg = &waProto.Message{
ExtendedTextMessage: &waProto.ExtendedTextMessage{
Text: proto.String("Mentioning @1234567XXXX "),
ContextInfo: &waProto.ContextInfo{
MentionedJid: []string{
event.Info.Sender.ToNonAD().String(),
},
},
},
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, Is whatsmeow supported for doing this?
If so, can you provide a documentation link? Because I didn't find it in the Documentation.
Beta Was this translation helpful? Give feedback.
All reactions