Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
User presences
Documentation
Presence | |
|
Instances
FromJSON Presence Source # | |
Show Presence Source # | |
Eq Presence Source # | |
TextShow Presence Source # | |
Defined in Calamity.Types.Model.Presence.Presence | |
HasID Guild Presence Source # | |
HasID User Presence Source # | |
(k ~ A_Lens, a ~ [Activity], b ~ [Activity]) => LabelOptic "activities" k Presence Presence a b Source # | |
Defined in Calamity.Types.Model.Presence.Presence | |
(k ~ A_Lens, a ~ ClientStatus, b ~ ClientStatus) => LabelOptic "clientStatus" k Presence Presence a b Source # | |
Defined in Calamity.Types.Model.Presence.Presence | |
(k ~ A_Lens, a ~ Snowflake Guild, b ~ Snowflake Guild) => LabelOptic "guildID" k Presence Presence a b Source # | |
Defined in Calamity.Types.Model.Presence.Presence | |
(k ~ A_Lens, a ~ StatusType, b ~ StatusType) => LabelOptic "status" k Presence Presence a b Source # | |
Defined in Calamity.Types.Model.Presence.Presence | |
(k ~ A_Lens, a ~ Snowflake User, b ~ Snowflake User) => LabelOptic "user" k Presence Presence a b Source # | |
Defined in Calamity.Types.Model.Presence.Presence |
data ClientStatus Source #