UNPKG

node-groupme

Version:

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

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