TD.Data.Chats
data Chats Source #
Constructors
Represents a list of chats
Fields
Approximate total number of chats found
List of chat identifiers
Defined in TD.Data.Chats
Methods
parseJSON :: Value -> Parser Chats #
parseJSONList :: Value -> Parser [Chats] #
showsPrec :: Int -> Chats -> ShowS #
show :: Chats -> String #
showList :: [Chats] -> ShowS #
(==) :: Chats -> Chats -> Bool #
(/=) :: Chats -> Chats -> Bool #
shortShow :: Chats -> String Source #