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