lilybird
Version:
A bun-first discord api wrapper written in TS
14 lines • 377 B
TypeScript
import type { User } from "./user.js";
export declare namespace Emoji {
interface Structure {
id: string | null;
name: string | null;
roles?: Array<string>;
user?: User.Structure;
require_colons?: boolean;
managed?: boolean;
animated?: boolean;
available?: boolean;
}
}
//# sourceMappingURL=emoji.d.ts.map