ChannelMute

@Immutable
data class ChannelMute(val user: User, val channel: Channel, val createdAt: Date, val updatedAt: Date, val expires: Date?)

Represents a channel mute.

Parameters

user

The owner of the channel mute.

channel

The muted channel.

createdAt

Date/time of creation.

updatedAt

Date/time of the last update.

expires

Date/time of mute expiration.

Constructors

Link copied to clipboard
constructor(user: User, channel: Channel, createdAt: Date, updatedAt: Date, expires: Date?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val user: User