UNPKG

node-groupme

Version:

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

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