getUsers

abstract fun getUsers(): List<User>(source)

Gets all the users the bot can see.

Return

A list of User objects.