calamity-0.7.1.0: A library for writing discord bots in haskell
Safe HaskellSafe-Inferred
LanguageHaskell2010

Calamity.Gateway.Intents

Description

Discord gateway intents

Synopsis

Documentation

newtype Intents Source #

Constructors

Intents Word32 

Instances

Instances details
ToJSON Intents Source # 
Instance details

Defined in Calamity.Gateway.Intents

Show Intents Source # 
Instance details

Defined in Calamity.Gateway.Intents

Default Intents Source #

Default intents are all but the privileged intents: members and intents

Instance details

Defined in Calamity.Gateway.Intents

Methods

def :: Intents #

BoundedFlags Intents Source # 
Instance details

Defined in Calamity.Gateway.Intents

Flags Intents Source # 
Instance details

Defined in Calamity.Gateway.Intents

Eq Intents Source # 
Instance details

Defined in Calamity.Gateway.Intents

Methods

(==) :: Intents -> Intents -> Bool #

(/=) :: Intents -> Intents -> Bool #

defaultIntents :: Intents Source #

Default intents are all but the privileged intents: members and intents