UNPKG

node-groupme

Version:

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

7 lines (5 loc) 233 B
import type { APIGroupMessage, PollFinishedEvent } from 'groupme-api-types' import type { Client } from '../../../..' export async function finished(client: Client, message: APIGroupMessage, event: PollFinishedEvent) { return }