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

Discord.Internal.Rest.Webhook

Description

Provides actions for Webhook API interactions

Synopsis

Documentation

data CreateWebhookOpts Source #

Instances

Instances details
Eq CreateWebhookOpts Source # 
Instance details

Defined in Discord.Internal.Rest.Webhook

Ord CreateWebhookOpts Source # 
Instance details

Defined in Discord.Internal.Rest.Webhook

Read CreateWebhookOpts Source # 
Instance details

Defined in Discord.Internal.Rest.Webhook

Show CreateWebhookOpts Source # 
Instance details

Defined in Discord.Internal.Rest.Webhook

ToJSON CreateWebhookOpts Source # 
Instance details

Defined in Discord.Internal.Rest.Webhook

data ExecuteWebhookWithTokenOpts Source #

Instances

Instances details
Eq ExecuteWebhookWithTokenOpts Source # 
Instance details

Defined in Discord.Internal.Rest.Webhook

Ord ExecuteWebhookWithTokenOpts Source # 
Instance details

Defined in Discord.Internal.Rest.Webhook

Read ExecuteWebhookWithTokenOpts Source # 
Instance details

Defined in Discord.Internal.Rest.Webhook

Show ExecuteWebhookWithTokenOpts Source # 
Instance details

Defined in Discord.Internal.Rest.Webhook

ToJSON ExecuteWebhookWithTokenOpts Source # 
Instance details

Defined in Discord.Internal.Rest.Webhook

data ModifyWebhookOpts Source #

Instances

Instances details
Eq ModifyWebhookOpts Source # 
Instance details

Defined in Discord.Internal.Rest.Webhook

Ord ModifyWebhookOpts Source # 
Instance details

Defined in Discord.Internal.Rest.Webhook

Read ModifyWebhookOpts Source # 
Instance details

Defined in Discord.Internal.Rest.Webhook

Show ModifyWebhookOpts Source # 
Instance details

Defined in Discord.Internal.Rest.Webhook

ToJSON ModifyWebhookOpts Source # 
Instance details

Defined in Discord.Internal.Rest.Webhook