Sendbird Chat SDK for Unreal
|
#include <SBDFileMessage.h>
Public Member Functions | |
SBDUser & | GetSender () |
Public Attributes | |
SBDUser | sender |
std::wstring | url |
std::wstring | name |
uint64_t | size |
std::wstring | type |
std::wstring | data |
std::wstring | request_id |
std::wstring | custom_type |
std::vector< SBDThumbnail > | thumbnails |
Additional Inherited Members |
The SBDFileMessage
class represents the file message which is generated by a user via [SendFileMessage()
]() in SBDBaseChannel
or Platform API. This class doesn't include a binary data for the file. It is just a URL.
SBDUser & SBDFileMessage::GetSender | ( | ) |
Returns sender of the message.
std::wstring SBDFileMessage::custom_type |
Custom message type.
std::wstring SBDFileMessage::data |
The custom data for file.
std::wstring SBDFileMessage::name |
The name of file.
std::wstring SBDFileMessage::request_id |
Request ID for ACK.
SBDUser SBDFileMessage::sender |
The message sender.
uint64_t SBDFileMessage::size |
The size of file.
std::vector<SBDThumbnail> SBDFileMessage::thumbnails |
Image thumbnails.
std::wstring SBDFileMessage::type |
The type of file.
std::wstring SBDFileMessage::url |
The file URL.