Nostrum.Api.get_guild_bans
You're seeing just the function
get_guild_bans
, go back to Nostrum.Api module for more information.
Specs
get_guild_bans(integer()) :: error() | {:ok, [Nostrum.Struct.User.t()]}
Gets a list of users banned from a guild.
Guild to get bans for is specified by guild_id
.