node-groupme
Version:
The only GroupMe API library that isn't a million years old.
4 lines • 313 B
TypeScript
import type { APIGroupMessage, CalendarEventUserGoingEvent } from 'groupme-api-types';
import type { Client } from '../../../..';
export declare function userGoing(client: Client, message: APIGroupMessage, event: CalendarEventUserGoingEvent): Promise<void>;
//# sourceMappingURL=calendar.event.user.going.d.ts.map