Alchemy.Client.get_member

You're seeing just the function get_member, go back to Alchemy.Client module for more information.
Link to this function

get_member(guild_id, user_id)

Specs

get_member(snowflake(), snowflake()) ::
  {:ok, Alchemy.Guild.member()} | {:error, term()}

Gets info for a member of a guild.

For guilds the bot is in, use the corresponding cache method instead.

Examples

Client.get_member(guild_id, user_id)