UNPKG

node-groupme

Version:

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

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