Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data GetVideoChatRtmpUrl = GetVideoChatRtmpUrl {}
Documentation
data GetVideoChatRtmpUrl Source #
Returns RTMP URL for streaming to the chat; requires can_manage_video_chats administrator right. Returns RtmpUrl
Instances
ToJSON GetVideoChatRtmpUrl Source # | |
Defined in TD.Query.GetVideoChatRtmpUrl toJSON :: GetVideoChatRtmpUrl -> Value # toEncoding :: GetVideoChatRtmpUrl -> Encoding # toJSONList :: [GetVideoChatRtmpUrl] -> Value # toEncodingList :: [GetVideoChatRtmpUrl] -> Encoding # | |
Show GetVideoChatRtmpUrl Source # | |
Defined in TD.Query.GetVideoChatRtmpUrl showsPrec :: Int -> GetVideoChatRtmpUrl -> ShowS # show :: GetVideoChatRtmpUrl -> String # showList :: [GetVideoChatRtmpUrl] -> ShowS # | |
Eq GetVideoChatRtmpUrl Source # | |
Defined in TD.Query.GetVideoChatRtmpUrl (==) :: GetVideoChatRtmpUrl -> GetVideoChatRtmpUrl -> Bool # (/=) :: GetVideoChatRtmpUrl -> GetVideoChatRtmpUrl -> Bool # | |
ShortShow GetVideoChatRtmpUrl Source # | |
Defined in TD.Query.GetVideoChatRtmpUrl |