Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.AddChatToList
Synopsis
- data AddChatToList = AddChatToList {}
- defaultAddChatToList :: AddChatToList
Documentation
data AddChatToList Source #
Adds a chat to a chat list. A chat can't be simultaneously in Main and Archive chat lists, so it is automatically removed from another one if needed. Returns Ok
Constructors
AddChatToList | |
Instances
ToJSON AddChatToList Source # | |
Defined in TD.Query.AddChatToList Methods toJSON :: AddChatToList -> Value # toEncoding :: AddChatToList -> Encoding # toJSONList :: [AddChatToList] -> Value # toEncodingList :: [AddChatToList] -> Encoding # | |
Show AddChatToList Source # | |
Defined in TD.Query.AddChatToList Methods showsPrec :: Int -> AddChatToList -> ShowS # show :: AddChatToList -> String # showList :: [AddChatToList] -> ShowS # | |
Eq AddChatToList Source # | |
Defined in TD.Query.AddChatToList Methods (==) :: AddChatToList -> AddChatToList -> Bool # (/=) :: AddChatToList -> AddChatToList -> Bool # | |
ShortShow AddChatToList Source # | |
Defined in TD.Query.AddChatToList Methods shortShow :: AddChatToList -> String Source # |