Sendbird Chat SDK for Unity
|
Represents a base message params. More...
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... | |
Represents a base message params.
|
getset |
The custom type of the message.
|
getset |
The data of the message.
|
getset |
The mentioned user ids of the message.
|
getset |
The mention type of the message. Defaults to SbMentionType.Users.