Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
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
Instances
ToJSON SetChatPinnedStories Source # | |
Defined in TD.Query.SetChatPinnedStories toJSON :: SetChatPinnedStories -> Value # toEncoding :: SetChatPinnedStories -> Encoding # toJSONList :: [SetChatPinnedStories] -> Value # toEncodingList :: [SetChatPinnedStories] -> Encoding # | |
Show SetChatPinnedStories Source # | |
Defined in TD.Query.SetChatPinnedStories showsPrec :: Int -> SetChatPinnedStories -> ShowS # show :: SetChatPinnedStories -> String # showList :: [SetChatPinnedStories] -> ShowS # | |
Eq SetChatPinnedStories Source # | |
Defined in TD.Query.SetChatPinnedStories (==) :: SetChatPinnedStories -> SetChatPinnedStories -> Bool # (/=) :: SetChatPinnedStories -> SetChatPinnedStories -> Bool # | |
ShortShow SetChatPinnedStories Source # | |
Defined in TD.Query.SetChatPinnedStories |