Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Documentation
data SetPinnedChats Source #
Changes the order of pinned chats. Returns Ok
Instances
ToJSON SetPinnedChats Source # | |
Defined in TD.Query.SetPinnedChats toJSON :: SetPinnedChats -> Value # toEncoding :: SetPinnedChats -> Encoding # toJSONList :: [SetPinnedChats] -> Value # toEncodingList :: [SetPinnedChats] -> Encoding # | |
Show SetPinnedChats Source # | |
Defined in TD.Query.SetPinnedChats showsPrec :: Int -> SetPinnedChats -> ShowS # show :: SetPinnedChats -> String # showList :: [SetPinnedChats] -> ShowS # | |
Eq SetPinnedChats Source # | |
Defined in TD.Query.SetPinnedChats (==) :: SetPinnedChats -> SetPinnedChats -> Bool # (/=) :: SetPinnedChats -> SetPinnedChats -> Bool # | |
ShortShow SetPinnedChats Source # | |
Defined in TD.Query.SetPinnedChats shortShow :: SetPinnedChats -> String Source # |