UNPKG

node-groupme

Version:

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

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