Sendbird Chat SDK for Unity
SbUserMessageCreateParams

Represents a user message params. More...

Inheritance diagram for SbUserMessageCreateParams:
SbBaseMessageCreateParams SbBaseMessageCreateParams

Public Member Functions

 SbUserMessageCreateParams (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...
 
List< string > TranslationTargetLanguages [get, set]
 The translation target languages. More...
 
- Properties inherited from SbBaseMessageCreateParams
SbAppleCriticalAlertOptions AppleCriticalAlertOptions [get, set]
 The apple critical alert options of the message. More...
 
string CustomType [get, set]
 The custom type of the message. More...
 
string Data [get, set]
 The data of the message. More...
 
bool IsPinnedMessage [get, set]
 Whether the message should be pinned to the channel. Defaults to false. More...
 
List< SbMessageMetaArrayMetaArrays [get, set]
 The meta arrays of the message. More...
 
long ParentMessageId [get, set]
 The parent message id of the message. More...
 
SbPushNotificationDeliveryOption PushNotificationDeliveryOption [get, set]
 The push notification delivery option user of the message. More...
 
bool ReplyToChannel [get, set]
 Whether the message should also be sent to the channel. Defaults to false. Only works when the ParentMessageId is set. 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. If it hasn't set before, it returns null. More...
 

Detailed Description

Represents a user message params.

Since
4.0.0

Constructor & Destructor Documentation

◆ SbUserMessageCreateParams()

SbUserMessageCreateParams ( 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

◆ TranslationTargetLanguages

List<string> TranslationTargetLanguages
getset

The translation target languages.

Since
4.0.0