UNPKG

node-groupme

Version:

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

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