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