NotificationMutesUpdatedEvent
data class NotificationMutesUpdatedEvent(val type: String, val createdAt: Date, val rawCreatedAt: String, val me: User) : ChatEvent, HasOwnUser
Triggered when the user mutes are updated
Properties
Inherited functions
Link copied to clipboard
Enriches the wrapped Message from the ChatEvent with the Channel ID.