discord-haskell-1.14.0: Write bots for Discord in Haskell
Safe HaskellNone
LanguageHaskell2010

Discord.Handle

Description

The Discord Handle. Holds all the information related to the connection.

Synopsis

Documentation

data DiscordHandle Source #

The main Handle structure

Constructors

DiscordHandle 

Fields

data HandleThreadId Source #

Thread Ids marked by what type they are

Constructors

HandleThreadIdRest ThreadId

A Rest API thread

HandleThreadIdCache ThreadId

A cache thread

HandleThreadIdLogger ThreadId

A logger thread

HandleThreadIdGateway ThreadId

A gateway thread