Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Data.VideoChatStreams
Documentation
data VideoChatStreams Source #
Constructors
VideoChatStreams | Represents a list of video chat streams |
Fields
|
Instances
FromJSON VideoChatStreams Source # | |
Defined in TD.Data.VideoChatStreams Methods parseJSON :: Value -> Parser VideoChatStreams # parseJSONList :: Value -> Parser [VideoChatStreams] # | |
Show VideoChatStreams Source # | |
Defined in TD.Data.VideoChatStreams Methods showsPrec :: Int -> VideoChatStreams -> ShowS # show :: VideoChatStreams -> String # showList :: [VideoChatStreams] -> ShowS # | |
Eq VideoChatStreams Source # | |
Defined in TD.Data.VideoChatStreams Methods (==) :: VideoChatStreams -> VideoChatStreams -> Bool # (/=) :: VideoChatStreams -> VideoChatStreams -> Bool # | |
ShortShow VideoChatStreams Source # | |
Defined in TD.Data.VideoChatStreams Methods shortShow :: VideoChatStreams -> String Source # |