We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
msg.talker() 或者 msg.from(),有时候可以获取到,有时候获取不到 WechatifiedContactSelfImpl { _events: [Object: null prototype] {}, _eventsCount: 0, _maxListeners: undefined, id: '@xxxx', payload: { address: undefined, alias: '', avatar: '/cgi-bin/mmwebwx-bin/webwxgeticon?seq=185320399&username=@xxxxx&skey=@xxxx', city: undefined, friend: true, gender: 0, id: '@xxxxx', name: false, phone: [], province: undefined, signature: '', star: false, type: 1, weixin: undefined }, [Symbol(kCapture)]: false }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
msg.talker() 或者 msg.from(),有时候可以获取到,有时候获取不到
WechatifiedContactSelfImpl {
_events: [Object: null prototype] {},
_eventsCount: 0,
_maxListeners: undefined,
id: '@xxxx',
payload: {
address: undefined,
alias: '',
avatar: '/cgi-bin/mmwebwx-bin/webwxgeticon?seq=185320399&username=@xxxxx&skey=@xxxx',
city: undefined,
friend: true,
gender: 0,
id: '@xxxxx',
name: false,
phone: [],
province: undefined,
signature: '',
star: false,
type: 1,
weixin: undefined
},
[Symbol(kCapture)]: false
}
The text was updated successfully, but these errors were encountered: