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