node-groupme
Version:
The only GroupMe API library that isn't a million years old.
4 lines • 296 B
TypeScript
import type { APIGroupMessage, GroupTopicChangeEvent } from 'groupme-api-types';
import type { Client } from '../../../..';
export declare function topicChange(client: Client, message: APIGroupMessage, event: GroupTopicChangeEvent): Promise<void>;
//# sourceMappingURL=group.topic_change.d.ts.map