summary refs log tree commit diff
path: root/dist/Schema/Emoji.d.ts
blob: 81570e17938c19fb01241bf677cdc9e7937779c7 (plain) (blame)
1
2
3
4
5
export declare const EmojiSchema: {
    name: StringConstructor;
    id: BigIntConstructor;
    animated: BooleanConstructor;
};