Sendbird Chat SDK for Unreal
|
#include <SBDAdminMessage.h>
Public Attributes | |
std::wstring | message |
std::wstring | data |
std::wstring | custom_type |
Additional Inherited Members |
The SBDAdminMessage
class represents a message which is sent by an admin via Platform API. The admin message doesn't have a sender. This message is sutable for a notice to inform the members in a group channel or the participants in an open channel. If you would like to know about the Platform API for the message, see Send a message.
std::wstring SBDAdminMessage::custom_type |
Custom message type.
std::wstring SBDAdminMessage::data |
Data of message.
std::wstring SBDAdminMessage::message |
Message text.