UNPKG

node-groupme

Version:

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

4 lines 317 B
import type { APIGroupMessage, GroupAddedToDirectoryEvent } from 'groupme-api-types'; import type { Client } from '../../../..'; export declare function addedToDirectory(client: Client, message: APIGroupMessage, event: GroupAddedToDirectoryEvent): Promise<void>; //# sourceMappingURL=group.added_to_directory.d.ts.map