Struct representing a Discord invite channel.
Id of the channel
Name of the channel
Type of channel
id() :: integer
name() :: String.t
t() :: %Nostrum.Struct.Invite.Channel{id: id, name: name, type: type}
type() :: String.t