Safe Haskell | None |
---|---|
Language | Haskell2010 |
Calamity.Internal.Updateable
Description
Updateable objects
Documentation
class Updateable a where Source #
Instances
Updateable Channel Source # | |
Updateable Message Source # | |
Updateable Guild Source # | |
Updateable User Source # | |
Updateable GuildChannel Source # | |
Defined in Calamity.Internal.Updateable Associated Types type Updated GuildChannel :: Type Source # Methods update :: Updated GuildChannel -> GuildChannel -> GuildChannel Source # | |
Updateable DMChannel Source # | |