Skip to content

Latest commit

 

History

History
63 lines (37 loc) · 1.23 KB

File metadata and controls

63 lines (37 loc) · 1.23 KB

@slack/web-api / RemindersInfoArguments

Interface: RemindersInfoArguments

Defined in: src/types/request/reminders.ts:50

Extends

  • TokenOverridable.OptionalTeamAssignable

Properties

reminder

reminder: string;

Defined in: src/types/request/reminders.ts:52

Description

The ID of the reminder to retrieve information about.


team_id?

optional team_id: string;

Defined in: src/types/request/common.ts:70

Description

If using an org token, team_id is required.

Inherited from

OptionalTeamAssignable.team_id

token?

optional token: string;

Defined in: src/types/request/common.ts:43

Description

Overridable authentication token bearing required scopes.

Inherited from

TokenOverridable.token