getUser

open suspend fun getUser(id: Snowflake): User(source)

Requests the User with the given id.

Throws

if something went wrong while retrieving the user.

if the user was null.