Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 393 Bytes

dnd.info.md

File metadata and controls

26 lines (17 loc) · 393 Bytes

Provides information about a user's current Do Not Disturb settings.

Arguments

{ARGS}

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
}

Errors

{ERRORS}

Warnings

{WARNINGS}