Alchemy.Client.get_user

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

get_user(client_id)

Specs

get_user(snowflake()) :: {:ok, Alchemy.User.t()} | {:error, term()}

Gets a user by their client_id.

"@me" can be passed to get the info relevant to the Client.

Examples

iex> {:ok, user} = Client.get_user("client_id")
{:ok, Alchemy.User%{....