discord-haskell-1.1.2: Write bots for Discord in Haskell

Safe HaskellNone
LanguageHaskell2010

Discord.Internal.Types

Description

Provides types and encoding/decoding code. Types should be identical to those provided in the Discord API documentation.

Synopsis

Documentation

type Object = HashMap Text Value #

A JSON "object" (key/value map).