UNPKG

node-groupme

Version:

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

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