UNPKG

node-groupme

Version:

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

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