Alchemy.Client.unban_member

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

unban_member(guild_id, user_id)

Specs

unban_member(snowflake(), snowflake()) :: {:ok, nil} | {:error, term()}

Unbans a user from the server.

Examples

Client.unban_member(guild_id, user_id)