calamity-0.1.0.0: A library for writing discord bots

Safe HaskellNone
LanguageHaskell2010

Calamity.Internal.Updateable

Description

Updateable objects

Documentation

class Updateable a where Source #

Associated Types

type Updated a Source #

Methods

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

Instances
Updateable Channel Source # 
Instance details

Defined in Calamity.Internal.Updateable

Associated Types

type Updated Channel :: Type Source #

Updateable Message Source # 
Instance details

Defined in Calamity.Internal.Updateable

Associated Types

type Updated Message :: Type Source #

Updateable Guild Source # 
Instance details

Defined in Calamity.Internal.Updateable

Associated Types

type Updated Guild :: Type Source #

Updateable User Source # 
Instance details

Defined in Calamity.Internal.Updateable

Associated Types

type Updated User :: Type Source #

Methods

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

Updateable GuildChannel Source # 
Instance details

Defined in Calamity.Internal.Updateable

Associated Types

type Updated GuildChannel :: Type Source #

Updateable DMChannel Source # 
Instance details

Defined in Calamity.Internal.Updateable

Associated Types

type Updated DMChannel :: Type Source #