Usage info
Provides information about a user's current Do Not Disturb settings.
Response
{
"ok": true,
"dnd_enabled": true,
"next_dnd_start_ts": 1450416600,
"next_dnd_end_ts": 1450452600,
"snooze_enabled": true,
"snooze_endtime": 1450416600,
"snooze_remaining": 1196,
"snooze_is_indefinite": false // There is no way to set this to true.
}
Snooze properties
All of the snooze_*
properties will only be visible if the user being queried is also the current user.
The snooze_endtime
and snooze_remaining
properties will only be returned if snooze_enabled
is true
.