Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.GetVideoChatStreams
Synopsis
- data GetVideoChatStreams = GetVideoChatStreams {}
Documentation
data GetVideoChatStreams Source #
Returns information about available video chat streams. Returns VideoChatStreams
Constructors
GetVideoChatStreams | |
Fields
|
Instances
ToJSON GetVideoChatStreams Source # | |
Defined in TD.Query.GetVideoChatStreams Methods toJSON :: GetVideoChatStreams -> Value # toEncoding :: GetVideoChatStreams -> Encoding # toJSONList :: [GetVideoChatStreams] -> Value # toEncodingList :: [GetVideoChatStreams] -> Encoding # | |
Show GetVideoChatStreams Source # | |
Defined in TD.Query.GetVideoChatStreams Methods showsPrec :: Int -> GetVideoChatStreams -> ShowS # show :: GetVideoChatStreams -> String # showList :: [GetVideoChatStreams] -> ShowS # | |
Eq GetVideoChatStreams Source # | |
Defined in TD.Query.GetVideoChatStreams Methods (==) :: GetVideoChatStreams -> GetVideoChatStreams -> Bool # (/=) :: GetVideoChatStreams -> GetVideoChatStreams -> Bool # | |
ShortShow GetVideoChatStreams Source # | |
Defined in TD.Query.GetVideoChatStreams Methods |