|
bool | IsBlockedByMe [get, set] |
| Whether the Member is blocked by the SendbirdChat.CurrentUser. More...
|
|
bool | IsBlockingMe [get] |
| Whether the Member is blocking the SendbirdChat.currentUser. More...
|
|
bool | IsMuted [get, set] |
| Whether the Member is muted or not. More...
|
|
SbRole | Role [get, set] |
| The role of this member in the channel. More...
|
|
SbMemberState | MemberState [get, set] |
| The Member's invitation state. More...
|
|
SbRestrictionInfo | RestrictionInfo [get, set] |
| Restriction information for the current member. Only Nonnull if the member is muted. More...
|
|
string | UserId [get] |
| User ID. This has to be unique. More...
|
|
string | Nickname [get] |
| User nickname. More...
|
|
string | ProfileUrl [get] |
| The profile image URL. If the file encryption feature is enabled, this will have SendbirdChat.EKey combined with the PlainProfileImageUrl so the file can be accessed. For caching the file, it is recommended to use PlainProfileImageUrl as the key of the file cache. More...
|
|
string | OriginalProfileUrl [get] |
| Original profile image url. More...
|
|
string | PlainProfileImageUrl [get] |
| The plain profile image URL, which does not contain SendbirdChat.EKey as a parameter. If the file encryption feature is enabled, accessing this PlainProfileImageUrl will be denied. More...
|
|
IReadOnlyList< string > | PreferredLanguages [get] |
| User’s preferred language. Used for translating messages. More...
|
|
IReadOnlyDictionary< string, string > | MetaData [get] |
| All meta data of the user. More...
|
|
SbUserConnectionStatus | ConnectionStatus [get] |
| User connection status. This is defined in SbUserConnectionStatus. More...
|
|
bool | IsActive [get] |
| Represents the user is activated. This property is changed by the Platform API More...
|
|
long | LastSeenAt [get] |
| The latest time when the user became offline. More...
|
|
string | FriendDiscoveryKey [get] |
| Discovery key for friend More...
|
|
string | FriendName [get] |
| User name for friend More...
|
|
Represents a GroupChannel member.
- Since
- 4.0.0