| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.GroupCallParticipants
Documentation
data GroupCallParticipants Source #
Constructors
| GroupCallParticipants | Contains identifiers of group call participants |
Fields
| |
Instances
| FromJSON GroupCallParticipants Source # | |
Defined in TD.Data.GroupCallParticipants Methods parseJSON :: Value -> Parser GroupCallParticipants # parseJSONList :: Value -> Parser [GroupCallParticipants] # | |
| Show GroupCallParticipants Source # | |
Defined in TD.Data.GroupCallParticipants Methods showsPrec :: Int -> GroupCallParticipants -> ShowS # show :: GroupCallParticipants -> String # showList :: [GroupCallParticipants] -> ShowS # | |
| Eq GroupCallParticipants Source # | |
Defined in TD.Data.GroupCallParticipants Methods (==) :: GroupCallParticipants -> GroupCallParticipants -> Bool # (/=) :: GroupCallParticipants -> GroupCallParticipants -> Bool # | |
| ShortShow GroupCallParticipants Source # | |
Defined in TD.Data.GroupCallParticipants Methods | |