-
- All Implemented Interfaces:
-
io.getstream.chat.android.client.events.HasChannel
public final class ChannelTruncatedEvent extends CidEvent implements HasChannel
Triggered when a channels' history is truncated
-
-
Method Summary
Modifier and Type Method Description StringgetType()DategetCreatedAt()StringgetCid()StringgetChannelType()StringgetChannelId()final UsergetUser()ChannelgetChannel()-
-
Method Detail
-
getCreatedAt
Date getCreatedAt()
-
getChannelType
String getChannelType()
-
getChannelId
String getChannelId()
-
getChannel
Channel getChannel()
-
-
-
-