users property

Cache<Snowflake, User> users

All of the users the bot can see. Does not have offline users without forceFetchUsers enabled.

Implementation

Cache<Snowflake, User> get users;