UNPKG

node-groupme

Version:

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

11 lines (9 loc) 292 B
import type { APIGroupMessage, MembershipNotificationsAutokickedEvent } from 'groupme-api-types' import type { Client } from '../../../..' export async function autokicked( client: Client, message: APIGroupMessage, event: MembershipNotificationsAutokickedEvent, ) { return }