requestUsers

abstract fun requestUsers(): CompletableDeferred<List<User>>(source)

Request to get a list of all the users that are visible to the bot.

Return

a future containing the list of users.