mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 18:07:31 -07:00
18 lines
456 B
Markdown
18 lines
456 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [iceshrimp-sdk](./iceshrimp-sdk.md) > [entities](./iceshrimp-sdk.entities.md) > [CustomEmoji](./iceshrimp-sdk.entities.customemoji.md)
|
||
|
|
||
|
## entities.CustomEmoji type
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
export type CustomEmoji = {
|
||
|
id: string;
|
||
|
name: string;
|
||
|
url: string;
|
||
|
category: string;
|
||
|
aliases: string[];
|
||
|
};
|
||
|
```
|