Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Data.ChatLocation
Documentation
data ChatLocation Source #
Constructors
ChatLocation | Represents a location to which a chat is connected |
Instances
FromJSON ChatLocation Source # | |
Defined in TD.Data.ChatLocation | |
ToJSON ChatLocation Source # | |
Defined in TD.Data.ChatLocation Methods toJSON :: ChatLocation -> Value # toEncoding :: ChatLocation -> Encoding # toJSONList :: [ChatLocation] -> Value # toEncodingList :: [ChatLocation] -> Encoding # | |
Show ChatLocation Source # | |
Defined in TD.Data.ChatLocation Methods showsPrec :: Int -> ChatLocation -> ShowS # show :: ChatLocation -> String # showList :: [ChatLocation] -> ShowS # | |
Eq ChatLocation Source # | |
Defined in TD.Data.ChatLocation | |
ShortShow ChatLocation Source # | |
Defined in TD.Data.ChatLocation Methods shortShow :: ChatLocation -> String Source # |