-
- All Implemented Interfaces:
-
io.getstream.chat.android.client.events.UserEvent
public final class ChannelUserBannedEvent extends CidEvent implements UserEvent
Triggered when the user is banned from a channel
-
-
Method Summary
Modifier and Type Method Description StringgetType()DategetCreatedAt()StringgetRawCreatedAt()StringgetCid()StringgetChannelType()StringgetChannelId()UsergetUser()final DategetExpiration()-
-
Method Detail
-
getCreatedAt
Date getCreatedAt()
-
getRawCreatedAt
String getRawCreatedAt()
-
getChannelType
String getChannelType()
-
getChannelId
String getChannelId()
-
getExpiration
final Date getExpiration()
-
-
-
-