getMember

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

Requests the Member with the given userId in the Guild wit the given guildId.

Throws

if something went wrong while retrieving the member.

if the member was null.