Sendbird Chat SDK for Unity
SbBaseMessageCreateParams

Represents a base message params. More...

Inheritance diagram for SbBaseMessageCreateParams:
SbFileMessageCreateParams SbFileMessageCreateParams SbUserMessageCreateParams SbUserMessageCreateParams

Properties

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 base message params.

Since
4.0.0

Property Documentation

◆ AppleCriticalAlertOptions

SbAppleCriticalAlertOptions AppleCriticalAlertOptions
getset

The apple critical alert options of the message.

Since
4.0.0

◆ CustomType

string CustomType
getset

The custom type of the message.

Since
4.0.0

◆ Data

string Data
getset

The data of the message.

Since
4.0.0

◆ IsPinnedMessage

bool IsPinnedMessage
getset

Whether the message should be pinned to the channel. Defaults to false.

Since
4.0.0

◆ MentionedUserIds

List<string> MentionedUserIds
getset

The mentioned user ids of the message. If it hasn't set before, it returns null.

Since
4.0.0

◆ MentionType

SbMentionType MentionType
getset

The mention type of the message. Defaults to SbMentionType.Users.

Since
4.0.0

◆ MetaArrays

List<SbMessageMetaArray> MetaArrays
getset

The meta arrays of the message.

Since
4.0.0

◆ ParentMessageId

long ParentMessageId
getset

The parent message id of the message.

Since
4.0.0

◆ PushNotificationDeliveryOption

SbPushNotificationDeliveryOption PushNotificationDeliveryOption
getset

The push notification delivery option user of the message.

Since
4.0.0

◆ ReplyToChannel

bool ReplyToChannel
getset

Whether the message should also be sent to the channel. Defaults to false. Only works when the ParentMessageId is set.

Since
4.0.0