TextEntityTypeCustomEmoji constructor
const
TextEntityTypeCustomEmoji({
- required int customEmojiId,
A custom emoji. The text behind a custom emoji must be an emoji. Only premium users can use premium custom emoji
Implementation
const TextEntityTypeCustomEmoji({
required this.customEmojiId,
});