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

Discord.Internal.Types.Gateway

Description

Data structures needed for interfacing with the Websocket Gateway

Synopsis

Documentation

data GatewaySendableInternal Source #

Sent to gateway by our library

Instances

Instances details
Eq GatewaySendableInternal Source # 
Instance details

Defined in Discord.Internal.Types.Gateway

Ord GatewaySendableInternal Source # 
Instance details

Defined in Discord.Internal.Types.Gateway

Read GatewaySendableInternal Source # 
Instance details

Defined in Discord.Internal.Types.Gateway

Show GatewaySendableInternal Source # 
Instance details

Defined in Discord.Internal.Types.Gateway

ToJSON GatewaySendableInternal Source # 
Instance details

Defined in Discord.Internal.Types.Gateway

data GatewayIntent Source #

data GatewaySendable Source #

Sent to gateway by a user

data RequestGuildMembersOpts Source #

data UpdateStatusVoiceOpts Source #

data UpdateStatusType Source #

Instances

Instances details
Enum UpdateStatusType Source # 
Instance details

Defined in Discord.Internal.Types.Gateway

Eq UpdateStatusType Source # 
Instance details

Defined in Discord.Internal.Types.Gateway

Ord UpdateStatusType Source # 
Instance details

Defined in Discord.Internal.Types.Gateway

Read UpdateStatusType Source # 
Instance details

Defined in Discord.Internal.Types.Gateway

Show UpdateStatusType Source # 
Instance details

Defined in Discord.Internal.Types.Gateway