seyfert
Version:
The most advanced framework for discord bots
5 lines (4 loc) • 328 B
TypeScript
import { type UserStructure } from '../../client/transformers';
import type { UsingClient } from '../../commands';
import type { GatewayUserUpdateDispatchData } from '../../types';
export declare const USER_UPDATE: (self: UsingClient, data: GatewayUserUpdateDispatchData) => Promise<[user: UserStructure, old?: UserStructure]>;