-
- All Implemented Interfaces:
-
io.getstream.chat.android.client.events.UserEvent
public final class ChannelUserBannedEvent extends CidEvent implements UserEvent
-
-
Method Summary
Modifier and Type Method Description StringgetType()DategetCreatedAt()StringgetCid()final StringgetChannelType()final StringgetChannelId()UsergetUser()final DategetExpiration()-
-
Method Detail
-
getCreatedAt
Date getCreatedAt()
-
getChannelType
final String getChannelType()
-
getChannelId
final String getChannelId()
-
getExpiration
final Date getExpiration()
-
-
-
-