getUser

suspend fun getUser(id: Snowflake, strategy: EntitySupplyStrategy<*> = resources.defaultStrategy): User?(source)

Requests to get the User that with the id through the strategy,

Throws

if anything went wrong during the request.

if the user wasn't present.