PushPreference

data class PushPreference(val level: PushPreferenceLevel?, val disabledUntil: Date?)

Represents the push notification preference for a specific user or channel.

Parameters

level

The chat level preference for notifications. Possible values are:

disabledUntil

Timestamp until which notifications are disabled. If null, notifications are not disabled.

Constructors

Link copied to clipboard
constructor(level: PushPreferenceLevel?, disabledUntil: Date?)

Properties

Link copied to clipboard
Link copied to clipboard