lemmy-js-client
Preparing search index...
CustomEmoji
Type Alias CustomEmoji
A custom emoji.
type
CustomEmoji
=
{
alt_text
:
string
;
category
:
string
;
id
:
CustomEmojiId
;
image_url
:
DbUrl
;
published_at
:
string
;
shortcode
:
string
;
updated_at
?:
string
;
}
Index
Properties
alt_
text
category
id
image_
url
published_
at
shortcode
updated_
at?
Properties
alt_
text
alt_text
:
string
category
category
:
string
id
id
:
CustomEmojiId
image_
url
image_url
:
DbUrl
published_
at
published_at
:
string
shortcode
shortcode
:
string
Optional
updated_
at
updated_at
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
alt_
text
category
id
image_
url
published_
at
shortcode
updated_
at
lemmy-js-client
Loading...
A custom emoji.