Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data GetChatListsToAddChat = GetChatListsToAddChat {}
Documentation
data GetChatListsToAddChat Source #
Returns chat lists to which the chat can be added. This is an offline request. Returns ChatLists
Instances
ToJSON GetChatListsToAddChat Source # | |
Defined in TD.Query.GetChatListsToAddChat toJSON :: GetChatListsToAddChat -> Value # toEncoding :: GetChatListsToAddChat -> Encoding # toJSONList :: [GetChatListsToAddChat] -> Value # toEncodingList :: [GetChatListsToAddChat] -> Encoding # | |
Show GetChatListsToAddChat Source # | |
Defined in TD.Query.GetChatListsToAddChat showsPrec :: Int -> GetChatListsToAddChat -> ShowS # show :: GetChatListsToAddChat -> String # showList :: [GetChatListsToAddChat] -> ShowS # | |
Eq GetChatListsToAddChat Source # | |
Defined in TD.Query.GetChatListsToAddChat (==) :: GetChatListsToAddChat -> GetChatListsToAddChat -> Bool # (/=) :: GetChatListsToAddChat -> GetChatListsToAddChat -> Bool # | |
ShortShow GetChatListsToAddChat Source # | |
Defined in TD.Query.GetChatListsToAddChat |