getMember

open suspend fun getMember(userId: Snowflake): Member(source)

Requests to get the Member represented by the userId.

Throws

if anything went wrong during the request.

if the member wasn't present.