Sendbird Chat SDK for Unity
SbBaseMessageUpdateParams

Represents a base message params. More...

Inheritance diagram for SbBaseMessageUpdateParams:
SbFileMessageUpdateParams SbUserMessageUpdateParams

Properties

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

Since
4.0.0

Property Documentation

◆ 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

◆ MentionedUserIds

List<string> MentionedUserIds
getset

The mentioned user ids of the message.

Since
4.0.0

◆ MentionType

SbMentionType MentionType
getset

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

Since
4.0.0