@slack/web-api / RemindersAddArguments
Defined in: src/types/request/reminders.ts:17
TokenOverridable.OptionalTeamAssignable
optional recurrence: ReminderRecurrence;Defined in: src/types/request/reminders.ts:37
Specify the repeating behavior of a reminder. If you set the sub-property frequency to weekly,
you must also set the weekdays array to specify which days of the week to recur on.
optional team_id: string;Defined in: src/types/request/common.ts:70
If using an org token, team_id is required.
OptionalTeamAssignable.team_idtext: string;Defined in: src/types/request/reminders.ts:19
The content of the reminder.
time: string | number;Defined in: src/types/request/reminders.ts:26
When this reminder should happen, one of:
- the Unix timestamp (up to five years from now),
- the number of seconds until the reminder (if within 24 hours), or
- a natural language description (Ex. "in 15 minutes," or "every Thursday").
optional token: string;Defined in: src/types/request/common.ts:43
Overridable authentication token bearing required scopes.
TokenOverridable.tokenoptional user: string;Defined in: src/types/request/reminders.ts:32
No longer supported - reminders cannot be set for other users.