Elixir v0.2.0 Nostrum.Struct.Invite.Guild

Struct representing a Discord invite guild.

Summary

Types

Hash of the guild icon

Id of the guild

Name of the guild

Hash of the guild splash

t()

Types

icon()
icon() :: String.t

Hash of the guild icon

id()
id() :: integer

Id of the guild

name()
name() :: String.t

Name of the guild

splash()
splash() :: String.t

Hash of the guild splash

t()
t() :: %Nostrum.Struct.Invite.Guild{icon: icon, id: id, name: name, splash: splash}

Functions

to_struct(map)