Package io.getstream.chat.android.models
Class ChannelMute
-
- All Implemented Interfaces:
@Immutable() public final class ChannelMuteRepresents a channel mute.
-
-
Method Summary
Modifier and Type Method Description final UsergetUser()final ChannelgetChannel()final DategetCreatedAt()final DategetUpdatedAt()final DategetExpires()-
-
Method Detail
-
getChannel
final Channel getChannel()
-
getCreatedAt
final Date getCreatedAt()
-
getUpdatedAt
final Date getUpdatedAt()
-
getExpires
final Date getExpires()
-
-
-
-