| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.PreliminaryUploadFile
Synopsis
Documentation
data PreliminaryUploadFile Source #
Preliminary uploads a file to the cloud before sending it in a message, which can be useful for uploading of being recorded voice and video notes. In all other cases there is no need to preliminary upload a file. Updates updateFile will be used to notify about upload progress. The upload will not be completed until the file is sent in a message. Returns File
Constructors
| PreliminaryUploadFile | |
Fields
| |
Instances
| ToJSON PreliminaryUploadFile Source # | |
Defined in TD.Query.PreliminaryUploadFile Methods toJSON :: PreliminaryUploadFile -> Value # toEncoding :: PreliminaryUploadFile -> Encoding # toJSONList :: [PreliminaryUploadFile] -> Value # toEncodingList :: [PreliminaryUploadFile] -> Encoding # | |
| Show PreliminaryUploadFile Source # | |
Defined in TD.Query.PreliminaryUploadFile Methods showsPrec :: Int -> PreliminaryUploadFile -> ShowS # show :: PreliminaryUploadFile -> String # showList :: [PreliminaryUploadFile] -> ShowS # | |
| Eq PreliminaryUploadFile Source # | |
Defined in TD.Query.PreliminaryUploadFile Methods (==) :: PreliminaryUploadFile -> PreliminaryUploadFile -> Bool # (/=) :: PreliminaryUploadFile -> PreliminaryUploadFile -> Bool # | |
| ShortShow PreliminaryUploadFile Source # | |
Defined in TD.Query.PreliminaryUploadFile Methods | |