Do Not Disturb Result
data class DoNotDisturbResult(val isDoNotDisturbOn: Boolean, val startHour: Int, val startMin: Int, val endHour: Int, val endMin: Int, val timezone: String?)
A result class for SendbirdChat.getDoNotDisturb.
Since
4.15.0
Parameters
is Do Not Disturb On
Flag for the option is on or off.
start Hour
The option starting hour (0~23).
start Min
The option starting minute (0~59).
end Hour
The option ending hour (0~23).
end Min
The option ending minute (0~59).
timezone
Timezone.
See also
Sendbird Chat. get Do Not Disturb