python-wechaty-getting-started icon indicating copy to clipboard operation
python-wechaty-getting-started copied to clipboard

The real other people id? Why not use the user's own ID?

Open biofer opened this issue 3 years ago • 0 comments

https://github.com/wechaty/python-wechaty-getting-started/blob/209511c1dfa6dbb29407192b51d7aa9c0260de5d/examples/advanced/friendship-bot.py#L35-L37

image

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()

biofer avatar Feb 04 '21 14:02 biofer