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