Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
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
PreliminaryUploadFile | |
|
Instances
ToJSON PreliminaryUploadFile Source # | |
Defined in TD.Query.PreliminaryUploadFile toJSON :: PreliminaryUploadFile -> Value # toEncoding :: PreliminaryUploadFile -> Encoding # toJSONList :: [PreliminaryUploadFile] -> Value # toEncodingList :: [PreliminaryUploadFile] -> Encoding # | |
Show PreliminaryUploadFile Source # | |
Defined in TD.Query.PreliminaryUploadFile showsPrec :: Int -> PreliminaryUploadFile -> ShowS # show :: PreliminaryUploadFile -> String # showList :: [PreliminaryUploadFile] -> ShowS # | |
Eq PreliminaryUploadFile Source # | |
Defined in TD.Query.PreliminaryUploadFile (==) :: PreliminaryUploadFile -> PreliminaryUploadFile -> Bool # (/=) :: PreliminaryUploadFile -> PreliminaryUploadFile -> Bool # | |
ShortShow PreliminaryUploadFile Source # | |
Defined in TD.Query.PreliminaryUploadFile |