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

Calamity.Gateway.Intents

Description

Discord gateway intents

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

Methods

toJSON :: Intents -> Value

toEncoding :: Intents -> Encoding

toJSONList :: [Intents] -> Value

toEncodingList :: [Intents] -> Encoding

BoundedFlags Intents Source # 
Instance details

Defined in Calamity.Gateway.Intents

Flags Intents Source # 
Instance details

Defined in Calamity.Gateway.Intents