UNPKG

node-groupme

Version:

The only GroupMe API library that isn't a million years old.

4 lines 280 B
import type { APIGroupMessage, PollReminderEvent } from 'groupme-api-types'; import type { Client } from '../../../..'; export declare function reminder(client: Client, message: APIGroupMessage, event: PollReminderEvent): Promise<void>; //# sourceMappingURL=poll.reminder.d.ts.map