UNPKG

node-groupme

Version:

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

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