| author | Stephen Paul Weber
<singpolyma@singpolyma.net> 2026-05-26 20:37:08 UTC |
| committer | Stephen Paul Weber
<singpolyma@singpolyma.net> 2026-05-26 20:37:08 UTC |
| parent | f164fd95597eb7f03362867e09dd6ee241416a9e |
| borogove/Chat.hx | +1 | -1 |
diff --git a/borogove/Chat.hx b/borogove/Chat.hx index 1dd6a5d..4bbcb9a 100644 --- a/borogove/Chat.hx +++ b/borogove/Chat.hx @@ -283,7 +283,7 @@ abstract class Chat extends EventEmitter { Get the details for some members in this Chat @param memberIds the IDs of the member to look up - **/ + **/ abstract public function getMemberDetails(memberIds: Array<String>):Promise<Array<Null<Member>>>; /**