Skip to content

Supported Room Operate & Friend Request, with Cloud Manager Backend.

Compare
Choose a tag to compare
@huan huan released this 10 Oct 04:29
· 6319 commits to main since this release

This version is the latest Javascript version of Wechaty.

Room Operations

  1. Global events: room-join, room-leave, room-topic
  2. Room events: join, leave, topic
  3. Create a new Room: Room.create()
  4. Add/Del/Topic for Room
  5. Other methods like nick/member/has/etc...

Friend Request

  1. Wechaty.on('friend', (contact, request) => {}) with Wechaty new Event friend
  2. accept() to accept a friend request
  3. send() to send new friend request

Cloud Manager

  1. Managed by Cloud Manager: https://app.wechaty.io
  2. Dockerized & Published to docker hub as: zixia/wechaty