3#ifndef SENDBIRD_SBDFILEMESSAGEPARAMS_H_
4#define SENDBIRD_SBDFILEMESSAGEPARAMS_H_
6#include "SBDBaseChannel.h"
7#include "SBDFileMessage.h"
109 std::wstring file_url;
110 std::wstring file_path;
112 std::wstring file_name;
113 std::wstring mime_type;
116 std::vector<SBDThumbnailSize> thumbnail_sizes;
119 std::wstring custom_type;
Definition: SBDBaseChannel.h:271
Definition: SBDFileMessageParams.h:17
SBDFileMessageParams & SetMimeType(std::wstring mime_type)
SBDFileMessageParams & SetData(std::wstring data)
SBDFileMessageParams & SetCustomType(std::wstring custom_type)
SBDFileMessageParams & SetFileSize(int64_t file_size)
SBDFileMessageParams & SetFileName(std::wstring file_name)
SBDFileMessageParams & SetFileUrl(std::wstring file_url)
SBDFileMessageParams & SetFilePath(std::wstring file_path)
SBDFileMessageParams & SetThumbnailSizes(std::vector< SBDThumbnailSize > &thumbnail_sizes)