python-wechaty-getting-started
python-wechaty-getting-started copied to clipboard
The real other people id? Why not use the user's own ID?
https://github.com/wechaty/python-wechaty-getting-started/blob/209511c1dfa6dbb29407192b51d7aa9c0260de5d/examples/advanced/friendship-bot.py#L35-L37
The real other people id? Why not use the user's own ID.
async def on_friendship(self, friendship: Friendship):
administrator = bot.Contact.load(self.contact_id)
await administrator.ready()