| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.ActivateStoryStealthMode
Synopsis
Documentation
data ActivateStoryStealthMode Source #
Activates stealth mode for stories, which hides all views of stories from the current user in the last "story_stealth_mode_past_period" seconds and for the next "story_stealth_mode_future_period" seconds; for Telegram Premium users only. Returns Ok
Constructors
| ActivateStoryStealthMode |
Instances
| ToJSON ActivateStoryStealthMode Source # | |
Defined in TD.Query.ActivateStoryStealthMode Methods toJSON :: ActivateStoryStealthMode -> Value # toEncoding :: ActivateStoryStealthMode -> Encoding # toJSONList :: [ActivateStoryStealthMode] -> Value # | |
| Show ActivateStoryStealthMode Source # | |
Defined in TD.Query.ActivateStoryStealthMode Methods showsPrec :: Int -> ActivateStoryStealthMode -> ShowS # show :: ActivateStoryStealthMode -> String # showList :: [ActivateStoryStealthMode] -> ShowS # | |
| Eq ActivateStoryStealthMode Source # | |
Defined in TD.Query.ActivateStoryStealthMode Methods (==) :: ActivateStoryStealthMode -> ActivateStoryStealthMode -> Bool # (/=) :: ActivateStoryStealthMode -> ActivateStoryStealthMode -> Bool # | |
| ShortShow ActivateStoryStealthMode Source # | |
Defined in TD.Query.ActivateStoryStealthMode Methods | |