Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.SetChatPinnedStories
Synopsis
Documentation
data SetChatPinnedStories Source #
Changes the list of pinned stories on a chat page; requires can_edit_stories right in the chat. Returns Ok
Constructors
SetChatPinnedStories | |
Instances
ToJSON SetChatPinnedStories Source # | |
Defined in TD.Query.SetChatPinnedStories Methods toJSON :: SetChatPinnedStories -> Value # toEncoding :: SetChatPinnedStories -> Encoding # toJSONList :: [SetChatPinnedStories] -> Value # toEncodingList :: [SetChatPinnedStories] -> Encoding # | |
Show SetChatPinnedStories Source # | |
Defined in TD.Query.SetChatPinnedStories Methods showsPrec :: Int -> SetChatPinnedStories -> ShowS # show :: SetChatPinnedStories -> String # showList :: [SetChatPinnedStories] -> ShowS # | |
Eq SetChatPinnedStories Source # | |
Defined in TD.Query.SetChatPinnedStories Methods (==) :: SetChatPinnedStories -> SetChatPinnedStories -> Bool # (/=) :: SetChatPinnedStories -> SetChatPinnedStories -> Bool # | |
ShortShow SetChatPinnedStories Source # | |
Defined in TD.Query.SetChatPinnedStories Methods |