RoomMemberCount returns the number of members in the room of the current event.
()
| 24 | // RoomMemberCount returns the number of members in the room of |
| 25 | // the current event. |
| 26 | RoomMemberCount() (int, error) |
| 27 | |
| 28 | // HasPowerLevel returns whether the user has at least the given |
| 29 | // power in the room of the current event. |
no outgoing calls
no test coverage detected