Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Data.AccountInfo
Documentation
data AccountInfo Source #
Constructors
AccountInfo | Contains basic information about another user that started a chat with the current user |
Fields
|
Instances
FromJSON AccountInfo Source # | |
Defined in TD.Data.AccountInfo | |
Show AccountInfo Source # | |
Defined in TD.Data.AccountInfo Methods showsPrec :: Int -> AccountInfo -> ShowS # show :: AccountInfo -> String # showList :: [AccountInfo] -> ShowS # | |
Eq AccountInfo Source # | |
Defined in TD.Data.AccountInfo | |
ShortShow AccountInfo Source # | |
Defined in TD.Data.AccountInfo Methods shortShow :: AccountInfo -> String Source # |