feat: embedded emoji
This commit is contained in:
parent
c40609c8ac
commit
319ae5a0ba
10 changed files with 93 additions and 14 deletions
|
|
@ -115,3 +115,8 @@ export type TNip66RelayInfo = TRelayInfo & {
|
|||
relayType?: string
|
||||
countryCode?: string
|
||||
}
|
||||
|
||||
export type TEmoji = {
|
||||
shortcode: string
|
||||
url: string
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue