UNPKG

node-groupme

Version:

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

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