Uses of Class
com.greenapi.client.pkg.models.response.UploadFileResp
Packages that use UploadFileResp
-
Uses of UploadFileResp in com.greenapi.client.pkg.api.methods
Methods in com.greenapi.client.pkg.api.methods that return types with arguments of type UploadFileRespModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<UploadFileResp>GreenApiSending.uploadFile(File file) The method is designed to upload a file to the cloud storage, which can be sent using the sendFileByUrl method.