TD.Query.GetFile
data GetFile Source #
Returns information about a file; this is an offline request. Returns File
File
Constructors
Fields
Identifier of the file to get
Defined in TD.Query.GetFile
Methods
toJSON :: GetFile -> Value #
toEncoding :: GetFile -> Encoding #
toJSONList :: [GetFile] -> Value #
toEncodingList :: [GetFile] -> Encoding #
showsPrec :: Int -> GetFile -> ShowS #
show :: GetFile -> String #
showList :: [GetFile] -> ShowS #
(==) :: GetFile -> GetFile -> Bool #
(/=) :: GetFile -> GetFile -> Bool #
shortShow :: GetFile -> String Source #