Sendbird Chat SDK for Unreal
Public Attributes | List of all members
SBDAdminMessage Class Referencefinal

#include <SBDAdminMessage.h>

Inheritance diagram for SBDAdminMessage:
SBDBaseMessage

Public Attributes

std::wstring message
 
std::wstring data
 
std::wstring custom_type
 
- Public Attributes inherited from SBDBaseMessage
SBDMessageType message_type
 
uint64_t message_id
 
std::wstring channel_url
 
int64_t created_at
 
int64_t updated_at
 
std::wstring channel_type
 
SBDMentionType mention_type
 
std::vector< SBDUsermentioned_users
 
std::vector< SBDMessageMetaArraymeta_arrays
 

Additional Inherited Members

- Public Member Functions inherited from SBDBaseMessage
bool IsOpenChannel ()
 
bool IsGroupChannel ()
 
std::vector< SBDMessageMetaArrayGetMetaArraysWithKeys (const std::vector< std::wstring > &metaarraykeys)
 
- Protected Member Functions inherited from SBDBaseMessage
 SBDBaseMessage (const std::string &dict)
 

Detailed Description

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.

Member Data Documentation

◆ custom_type

std::wstring SBDAdminMessage::custom_type

Custom message type.

◆ data

std::wstring SBDAdminMessage::data

Data of message.

◆ message

std::wstring SBDAdminMessage::message

Message text.