feat: embedded emoji

This commit is contained in:
codytseng 2025-04-17 17:09:22 +08:00
parent c40609c8ac
commit 319ae5a0ba
10 changed files with 93 additions and 14 deletions

View file

@ -115,3 +115,8 @@ export type TNip66RelayInfo = TRelayInfo & {
relayType?: string
countryCode?: string
}
export type TEmoji = {
shortcode: string
url: string
}