Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.GetRemoteFile
Synopsis
Documentation
data GetRemoteFile Source #
Returns information about a file by its remote identifier. This is an offline method. Can be used to register a URL as a file for further uploading, or sending as a message. Even the request succeeds, the file can be used only if it is still accessible to the user. For example, if the file is from a message, then the message must be not deleted and accessible to the user. If the file database is disabled, then the corresponding object with the file must be preloaded by the application. Returns File
Constructors
GetRemoteFile | |
Instances
ToJSON GetRemoteFile Source # | |
Defined in TD.Query.GetRemoteFile Methods toJSON :: GetRemoteFile -> Value # toEncoding :: GetRemoteFile -> Encoding # toJSONList :: [GetRemoteFile] -> Value # toEncodingList :: [GetRemoteFile] -> Encoding # | |
Show GetRemoteFile Source # | |
Defined in TD.Query.GetRemoteFile Methods showsPrec :: Int -> GetRemoteFile -> ShowS # show :: GetRemoteFile -> String # showList :: [GetRemoteFile] -> ShowS # | |
Eq GetRemoteFile Source # | |
Defined in TD.Query.GetRemoteFile Methods (==) :: GetRemoteFile -> GetRemoteFile -> Bool # (/=) :: GetRemoteFile -> GetRemoteFile -> Bool # | |
ShortShow GetRemoteFile Source # | |
Defined in TD.Query.GetRemoteFile Methods shortShow :: GetRemoteFile -> String Source # |