2
Methods
0
Implementations
1
Required By
01

Methods

  • schedule
    (task_id: UUID, remind_at: datetime, channel: str) -> UUID
    Schedule a reminder, returns reminder_id
  • cancel
    (reminder_id: UUID) -> bool
    Cancel a scheduled reminder
02

Implementations

No implementations registered

03

Required By