Struct representing a Discord invite guild.
Hash of the guild icon
Id of the guild
Name of the guild
Hash of the guild splash
icon() :: String.t
id() :: integer
name() :: String.t
splash() :: String.t
t() :: %Nostrum.Struct.Invite.Guild{icon: icon, id: id, name: name, splash: splash}