UNPKG

node-groupme

Version:

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

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