Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Update example.md
Browse files Browse the repository at this point in the history
Former-commit-id: 0102712
  • Loading branch information
Nambers authored Mar 2, 2021
1 parent 75e37d2 commit 25d21e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* [机器人被邀请进群](#机器人被邀请进群)
* [私聊信息](#私聊信息)
* [群聊信息](#群聊信息)
* [撤回信息事件](#撤回信息事件)
* [群成员操作](#群成员操作)
* [踢出群成员](#踢出群成员)

Expand Down Expand Up @@ -233,7 +234,7 @@ unsigned long id = 0;
param.group.SendMsg(param.sender.at());
});
```
### 撤回信息
### 撤回信息事件
```C++
procession->registerEvent([](RecallEvent e) {
e.init();
Expand Down

0 comments on commit 25d21e4

Please sign in to comment.