Elixir v0.2.0 Nostrum.Struct.Invite.Channel

Struct representing a Discord invite channel.

Summary

Types

Id of the channel

Name of the channel

t()

Type of channel

Types

id()
id() :: integer

Id of the channel

name()
name() :: String.t

Name of the channel

t()
t() :: %Nostrum.Struct.Invite.Channel{id: id, name: name, type: type}
type()
type() :: String.t

Type of channel

Functions

to_struct(map)