Optional
fileReturns the File object of the input file. The uploaded file URL would be set in fileUrl
.
Optional
fileRepresents the name of the file.
Optional
fileRepresents the size of the file.
Optional
fileReturns the URL of the input file.
Optional
mimeRepresents the type of the file.
Optional
thumbnailRequest for size information for thumbnail creation. A thumbnail image is generated to fit within the bounds of the provided maxWidth and maxHeight. If the size of the original image is smaller than the specified dimensions, the original image will have the width and height of the specified dimensions. The URL of the thumbnail returns the location of the generated thumbnail file within the Sendbird server.
Description
It represents the information of the file you want to upload through GroupChannel.sendMultipleFilesMessage.