UNPKG

node-groupme

Version:

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

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