Class ChannelTruncatedEvent
-
- 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. Could contain system message.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtypeprivate final DatecreatedAtprivate final StringrawCreatedAtprivate final Stringcidprivate final StringchannelTypeprivate final StringchannelIdprivate final Useruserprivate final Messagemessageprivate final Channelchannel
-
Method Summary
Modifier and Type Method Description StringgetType()DategetCreatedAt()StringgetRawCreatedAt()StringgetCid()StringgetChannelType()StringgetChannelId()final UsergetUser()final MessagegetMessage()ChannelgetChannel()-
-
Method Detail
-
getCreatedAt
Date getCreatedAt()
-
getRawCreatedAt
String getRawCreatedAt()
-
getChannelType
String getChannelType()
-
getChannelId
String getChannelId()
-
getUser
final User getUser()
-
getMessage
final Message getMessage()
-
getChannel
Channel getChannel()
-
-
-
-