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