Sendbird Chat SDK for Unity
SbUserMessageUpdateParams

Represents a user message update params. More...

Inheritance diagram for SbUserMessageUpdateParams:
SbBaseMessageUpdateParams SbBaseMessageUpdateParams

Public Member Functions

 SbUserMessageUpdateParams (string inMessage=null)
 

Properties

string Message [get, set]
 The message text of the message. More...
 
string MentionedMessageTemplate [get, set]
 The message's mentioned message template of the message. More...
 
- Properties inherited from SbBaseMessageUpdateParams
string CustomType [get, set]
 The custom type of the message. More...
 
string Data [get, set]
 The data of the message. More...
 
SbMentionType MentionType [get, set]
 The mention type of the message. Defaults to SbMentionType.Users. More...
 
List< string > MentionedUserIds [get, set]
 The mentioned user ids of the message. More...
 

Detailed Description

Represents a user message update params.

Since
4.0.0

Constructor & Destructor Documentation

◆ SbUserMessageUpdateParams()

SbUserMessageUpdateParams ( string  inMessage = null)
Since
4.0.0

Property Documentation

◆ MentionedMessageTemplate

string MentionedMessageTemplate
getset

The message's mentioned message template of the message.

Since
4.0.0

◆ Message

string Message
getset

The message text of the message.

Since
4.0.0