Remedy.Struct.Event.GuildBanAdd (Remedy v0.5.2) View Source

Sent when a user is banned from a guild

Link to this section Summary

Types

ID of the guild

t()

Event sent when a user is banned from a guild

Banned user

Link to this section Types

Specs

guild_id() :: Remedy.Struct.Guild.id()

ID of the guild

Specs

t() :: %Remedy.Struct.Event.GuildBanAdd{guild_id: guild_id(), user: user()}

Event sent when a user is banned from a guild

Specs

user() :: Remedy.Struct.User.t()

Banned user