UNPKG

node-groupme

Version:

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

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