textEntityTypeCustomEmoji property
A custom emoji. The text behind a custom emoji must be an emoji. Only premium users can use premium custom emoji
Implementation
TextEntityTypeCustomEmoji? get textEntityTypeCustomEmoji {
if (this is TextEntityTypeCustomEmoji) {
return this as TextEntityTypeCustomEmoji;
}
return null;
}