@miukyo/ytlc
Preparing search index...
types/models
EmojiPart
Interface EmojiPart
Emoji payload represented as an image with metadata.
interface
EmojiPart
{
type
:
"emoji"
;
url
:
string
;
alt
?:
string
;
emojiText
:
string
;
isCustomEmoji
:
boolean
;
}
Index
Properties
type
url
alt?
emoji
Text
is
Custom
Emoji
Properties
type
type
:
"emoji"
url
url
:
string
Optional
alt
alt
?:
string
emoji
Text
emojiText
:
string
is
Custom
Emoji
isCustomEmoji
:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
url
alt
emoji
Text
is
Custom
Emoji
@miukyo/ytlc
Loading...
Emoji payload represented as an image with metadata.