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

Calamity.Internal.Updateable

Description

Updateable objects

Documentation

class Updateable a where Source #

Associated Types

type Updated a Source #

type Updated a = a

Methods

update :: Updated a -> a -> a Source #

Instances

Instances details
Updateable Channel Source # 
Instance details

Defined in Calamity.Internal.Updateable

Associated Types

type Updated Channel Source #

Updateable Message Source # 
Instance details

Defined in Calamity.Internal.Updateable

Associated Types

type Updated Message Source #

Updateable Guild Source # 
Instance details

Defined in Calamity.Internal.Updateable

Associated Types

type Updated Guild Source #

Updateable User Source # 
Instance details

Defined in Calamity.Internal.Updateable

Associated Types

type Updated User Source #

Methods

update :: Updated User -> User -> User Source #

Updateable DMChannel Source # 
Instance details

Defined in Calamity.Internal.Updateable

Associated Types

type Updated DMChannel Source #

Updateable GuildChannel Source # 
Instance details

Defined in Calamity.Internal.Updateable

Associated Types

type Updated GuildChannel Source #