lemmy-js-client
Preparing search index...
EditCustomEmoji
Type Alias EditCustomEmoji
Edit a custom emoji.
type
EditCustomEmoji
=
{
alt_text
?:
string
;
category
?:
string
;
id
:
CustomEmojiId
;
image_url
?:
DbUrl
;
keywords
?:
string
[]
;
shortcode
?:
string
;
}
Index
Properties
alt_
text?
category?
id
image_
url?
keywords?
shortcode?
Properties
Optional
alt_
text
alt_text
?:
string
Optional
category
category
?:
string
id
id
:
CustomEmojiId
Optional
image_
url
image_url
?:
DbUrl
Optional
keywords
keywords
?:
string
[]
Optional
shortcode
shortcode
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
alt_
text
category
id
image_
url
keywords
shortcode
lemmy-js-client
Loading...
Edit a custom emoji.