Calamity.Internal.Updateable
Description
Updateable objects
class Updateable a where Source #
Associated Types
type Updated a Source #
type Updated a = a
Methods
update :: Updated a -> a -> a Source #
Defined in Calamity.Internal.Updateable
type Updated Channel Source #
update :: Updated Channel -> Channel -> Channel Source #
type Updated DMChannel Source #
update :: Updated DMChannel -> DMChannel -> DMChannel Source #
type Updated GuildChannel Source #
update :: Updated GuildChannel -> GuildChannel -> GuildChannel Source #
type Updated Message Source #
update :: Updated Message -> Message -> Message Source #
type Updated Guild Source #
update :: Updated Guild -> Guild -> Guild Source #
type Updated User Source #
update :: Updated User -> User -> User Source #