UNPKG

node-groupme

Version:

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

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