Sendbird Chat SDK for Unity
SbRestrictionInfo

Represents an detailed information of a SbRestrictedUser or SbMember's restriction. More...

Properties

string Description [get]
 Description of the restriction. More...
 
long EndAt [get]
 End time of the restriction. More...
 
long RemainingDuration [get]
 The remaining duration in ms. More...
 
SbRestrictionType RestrictionType [get]
 SbRestrictionType of the current user. More...
 

Detailed Description

Represents an detailed information of a SbRestrictedUser or SbMember's restriction.

Since
4.0.0

Property Documentation

◆ Description

string Description
get

Description of the restriction.

Since
4.0.0

◆ EndAt

long EndAt
get

End time of the restriction.

Since
4.0.0

◆ RemainingDuration

long RemainingDuration
get

The remaining duration in ms.

Since
4.0.0

◆ RestrictionType

SbRestrictionType RestrictionType
get

SbRestrictionType of the current user.

Since
4.0.0