customEmojiId property

  1. @JsonKey(name: 'custom_emoji_id')
String? get customEmojiId
inherited

Optional. For "custom_emoji" only, unique identifier of the custom emoji. Use getCustomEmojiStickers to get full information about the sticker

Implementation

@JsonKey(name: 'custom_emoji_id')
String? get customEmojiId;