-
-
Notifications
You must be signed in to change notification settings - Fork 442
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
How can I delete a message for me? #633
Comments
same problem |
resp, _ := client.SendMessage(context.Background(), v.Info.Chat, client.BuildPollCreation("meow?", []string{"yes", "no"}, 1))
client.SendMessage(context.Background(), v.Info.Chat, client.BuildRevoke(v.Info.Chat, types.EmptyJID, resp.ID)) its work ya ges yaaaa |
Delete for me is an app state event, so it can be sent using https://pkg.go.dev/go.mau.fi/whatsmeow#Client.SendAppState Feel free to make PR for adding a |
Who can help me achieve it? Thank you so much. 🥺 |
I made the helper, waiting for approval on my PR #702 |
I am writing a system for filtering messages. I need the messages that are in the list of "Stop words" to be blocked. I tried using the SendMessage(BuildRevoke()) and RevokeMessage() methods. but they only delete messages sent by me
The text was updated successfully, but these errors were encountered: