Uses of Record Class
com.whatsapp.api.domain.media.UploadResponse
Packages that use UploadResponse
-
Uses of UploadResponse in com.whatsapp.api.impl
Methods in com.whatsapp.api.impl that return UploadResponseModifier and TypeMethodDescriptionWhatsappBusinessCloudApi.uploadMedia
(String phoneNumberId, String fileName, FileType fileType, byte[] file) You can use the endpoint to upload media: All media files sent through this endpoint are encrypted and persist for 30 days, unless they are deleted earlier -
Uses of UploadResponse in com.whatsapp.api.service
Methods in com.whatsapp.api.service that return types with arguments of type UploadResponseModifier and TypeMethodDescriptionretrofit2.Call<UploadResponse>
WhatsappBusinessCloudApiService.uploadMedia
(String apiVersion, String phoneNumberId, okhttp3.MultipartBody.Part file, okhttp3.MultipartBody.Part messageProduct) Upload media call.