UNPKG

node-groupme

Version:

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

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