calamity-0.1.26.1: A library for writing discord bots in haskell
Safe HaskellNone
LanguageHaskell2010

Calamity.Gateway.Intents

Description

Discord gateway intents

Synopsis

Documentation

newtype Intents Source #

Constructors

Intents Word32 

Instances

Instances details
Eq Intents Source # 
Instance details

Defined in Calamity.Gateway.Intents

Methods

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

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

Show Intents Source # 
Instance details

Defined in Calamity.Gateway.Intents

ToJSON 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 #

Flags Intents Source # 
Instance details

Defined in Calamity.Gateway.Intents

BoundedFlags Intents Source # 
Instance details

Defined in Calamity.Gateway.Intents

defaultIntents :: Intents Source #

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