-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[Feature request] Sending Stickers #156
Comments
Yes, I agree that sending sticker is a must have feature for Wechaty. Can you post how to reproduce And for receiving stickers, you can have a try with |
The error: It seems to capture incoming gifs very well. |
It seems that wechat server had denied the web image link for sticker package according to geeeeeeeeek/electronic-wechat#2 and geeeeeeeeek/electronic-wechat#393 |
The server filters the stickers message, webwx can not get. https://wx.qq.com/cgi-bin/mmwebwx-bin/webwxsync?sid=&skey=@&pass_ticket= "MsgType": 47,
"Content": "", // is blank But,a small part can be passed, such as Tusky. Can be sent, but available in small quantities. |
It seems we have not found any good way to implement/resolve this issue. Closed now. Please let me know if there's any future enhancement we could do. |
I searched the repo and there doesn't seem to be any specific issues except the Image/Video on #4
It would be awesome if Wechaty could support stickers. It seems to give
WARN MediaMessage stream() exception: Error: protocol unknown: null
currently on receiving.
But Sending would be the major thing to support.
I guess this is quite a large task since static image sending is not supported either yet.
But one of the big differences between a 1:1 chat with a person and an official account 'bot is animated stickers... so would be a great feature addition
related steps:
#4 (comment)
⬆️ upvotes ⬆️
The text was updated successfully, but these errors were encountered: