# Wechaty

## 中文版

- [介绍](https://wechaty.gitbook.io/wechaty/zh/undefined.md)
- [快速开始](https://wechaty.gitbook.io/wechaty/zh/quick-start.md)
- [API 文档](https://wechaty.gitbook.io/wechaty/zh/api.md): Wechaty Version: v0.20
- [Wechaty](https://wechaty.gitbook.io/wechaty/zh/api/wechaty.md): 一个Wechaty 代表着一个微信的客户端，他取决于你具体使用哪一个Puppet
- [Message](https://wechaty.gitbook.io/wechaty/zh/api/message.md): 所有的微信消息会被封装成一个Message 类
- [Contact](https://wechaty.gitbook.io/wechaty/zh/api/contact.md): 所有的联系人（好友）都会被封装成Contact 类实例
- [ContactSelf](https://wechaty.gitbook.io/wechaty/zh/api/contact-self.md): 机器人自己的信息将会封装一个ContactSelf 类. 这个类继承自  Contact
- [Room](https://wechaty.gitbook.io/wechaty/zh/api/room.md): 所有的微信群都会被封装成 Room 类
- [RoomInvitation](https://wechaty.gitbook.io/wechaty/zh/api/room-invitation.md): 自动通过入群邀请
- [Friendship](https://wechaty.gitbook.io/wechaty/zh/api/friendship.md): 发送，接受好友请求的Class
- [示例代码](https://wechaty.gitbook.io/wechaty/zh/example.md)
- [Puppet](https://wechaty.gitbook.io/wechaty/zh/puppet.md)
- [常见问题](https://wechaty.gitbook.io/wechaty/zh/faq.md)
- [最佳实践](https://wechaty.gitbook.io/wechaty/zh/best-practice.md)
- [参与贡献](https://wechaty.gitbook.io/wechaty/zh/contribute.md)
- [视频教程](https://wechaty.gitbook.io/wechaty/zh/le-jie-geng-duo/video.md)
- [进阶](https://wechaty.gitbook.io/wechaty/zh/le-jie-geng-duo/advanced.md)
- [测试](https://wechaty.gitbook.io/wechaty/zh/le-jie-geng-duo/test.md)
- [目录结构](https://wechaty.gitbook.io/wechaty/zh/le-jie-geng-duo/catalog.md)
- [ReleaseLog](https://wechaty.gitbook.io/wechaty/zh/le-jie-geng-duo/releaselog.md)
- [ChangeLog](https://wechaty.gitbook.io/wechaty/zh/le-jie-geng-duo/changelog.md)
- [Awesome Wechaty](https://wechaty.gitbook.io/wechaty/zh/le-jie-geng-duo/awesome-wechaty.md)

## English Version

- [Introduction](https://wechaty.gitbook.io/wechaty/master.md)
- [Quick Start](https://wechaty.gitbook.io/wechaty/quick-start.md)
- [API Reference](https://wechaty.gitbook.io/wechaty/api.md)
- [Wechaty](https://wechaty.gitbook.io/wechaty/api/wechaty.md): Main bot class, A Bot is a wechat client depends on which puppet you use.
- [Contact](https://wechaty.gitbook.io/wechaty/api/contact.md): All wechat contacts(friend) will be encapsulated as a Contact.
- [ContactSelf](https://wechaty.gitbook.io/wechaty/api/contact-self.md): Bot itself will be encapsulated as a ContactSelf. This class is extends Contact
- [Room](https://wechaty.gitbook.io/wechaty/api/room.md): All wechat rooms(groups) will be encapsulated as a Room.
- [RoomInvitation](https://wechaty.gitbook.io/wechaty/api/room-invitation.md): accept room invitation
- [Message](https://wechaty.gitbook.io/wechaty/api/message.md): All wechat messages will be encapsulated as a Message.
- [Friendship](https://wechaty.gitbook.io/wechaty/api/friendship.md): Send, receive friend request, and friend confirmation events.
- [Examples](https://wechaty.gitbook.io/wechaty/examples.md)
- [Puppet](https://wechaty.gitbook.io/wechaty/puppet.md)
- [FAQ](https://wechaty.gitbook.io/wechaty/faq.md)
- [Best Practice](https://wechaty.gitbook.io/wechaty/best-practice.md)
- [Welcome to contribute](https://wechaty.gitbook.io/wechaty/welcome-to-contribute.md)
- [Video Tutorial](https://wechaty.gitbook.io/wechaty/more/video-tutorial.md)
- [Advanced](https://wechaty.gitbook.io/wechaty/more/advanced.md)
- [Code Structure](https://wechaty.gitbook.io/wechaty/more/code-structure.md)
- [Release Log](https://wechaty.gitbook.io/wechaty/more/release-log.md)
- [Change Log](https://wechaty.gitbook.io/wechaty/more/change-log.md)
- [Awesome Wechaty](https://wechaty.gitbook.io/wechaty/more/awesome-wechaty.md)
- [We love feedback](https://wechaty.gitbook.io/wechaty/more/we-love-feedback.md)
- [Better tools for authors](https://wechaty.gitbook.io/wechaty/more/better-tools-for-authors.md)
- [Concepts](https://wechaty.gitbook.io/wechaty/others/concepts.md)
- [Tech](https://wechaty.gitbook.io/wechaty/others/tech.md)
