ChatPhotoStickerTypeCustomEmoji constructor

const ChatPhotoStickerTypeCustomEmoji({
  1. required int customEmojiId,
})

Information about the custom emoji, which was used to create the chat photo

Implementation

const ChatPhotoStickerTypeCustomEmoji({
  required this.customEmojiId,
});