| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.ReplaceLiveStoryRtmpUrl
Synopsis
Documentation
data ReplaceLiveStoryRtmpUrl Source #
Replaces the current RTMP URL for streaming to a live story; requires owner privileges for channel chats. Returns RtmpUrl
Constructors
| ReplaceLiveStoryRtmpUrl | |
Instances
| ToJSON ReplaceLiveStoryRtmpUrl Source # | |
Defined in TD.Query.ReplaceLiveStoryRtmpUrl Methods toJSON :: ReplaceLiveStoryRtmpUrl -> Value # toEncoding :: ReplaceLiveStoryRtmpUrl -> Encoding # toJSONList :: [ReplaceLiveStoryRtmpUrl] -> Value # | |
| Show ReplaceLiveStoryRtmpUrl Source # | |
Defined in TD.Query.ReplaceLiveStoryRtmpUrl Methods showsPrec :: Int -> ReplaceLiveStoryRtmpUrl -> ShowS # show :: ReplaceLiveStoryRtmpUrl -> String # showList :: [ReplaceLiveStoryRtmpUrl] -> ShowS # | |
| Eq ReplaceLiveStoryRtmpUrl Source # | |
Defined in TD.Query.ReplaceLiveStoryRtmpUrl Methods (==) :: ReplaceLiveStoryRtmpUrl -> ReplaceLiveStoryRtmpUrl -> Bool # (/=) :: ReplaceLiveStoryRtmpUrl -> ReplaceLiveStoryRtmpUrl -> Bool # | |
| ShortShow ReplaceLiveStoryRtmpUrl Source # | |
Defined in TD.Query.ReplaceLiveStoryRtmpUrl Methods | |