Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface Reminder
import { type Reminder } from "https://deno.land/x/slack_web_api_client@0.7.2/client/generated-response/RemindersListResponse.ts";

Properties

optional
channel: string
optional
complete_ts: number
optional
creator: string
optional
id: string
optional
recurrence: Recurrence
optional
recurring: boolean
optional
text: string
optional
time: number
optional
user: string