Skip to content

Commit

Permalink
sync zh #1054
Browse files Browse the repository at this point in the history
  • Loading branch information
Acer committed May 30, 2024
1 parent 0255942 commit e564aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/zh/guide/filter-queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ bot
bot.on("my_chat_member"); // 封禁,取消封禁,加入,或者离开
```

在私人聊天中,这将在 bot 开始或停止时触发
在私人聊天中,这将在 bot 封禁或取消封禁时触发
在群组中,这将在 bot 加入或移除时触发。
你可以检查 `ctx.myChatMember` 来确定到底发生了什么。

Expand Down

0 comments on commit e564aec

Please sign in to comment.