Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-cn committed Jul 16, 2023
1 parent d670251 commit 2b6392a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/api/session.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ interface Session {
get isAdmins(): boolean // 当前会话发起者是否为zhin管理员
get isOwner(): boolean // 当前会话发起者是否为群主
get isAdmin(): boolean // 当前会话发起者是否为群组管理
get isAtme(): boolean // 当前会话是否at了机器人
get isAtMe(): boolean // 当前会话是否at了机器人
get isPrivate(): boolean // 当前会话是否为私聊
get isGroup(): boolean // 当前会话是否为群聊
}
Expand Down

0 comments on commit 2b6392a

Please sign in to comment.