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

Safe HaskellNone
LanguageHaskell2010

Discord.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).