-
Notifications
You must be signed in to change notification settings - Fork 14
Models
Egor Badmaev edited this page Feb 5, 2023
·
1 revision
An object that represents set of emojis.
struct EmojiSet: Decodable
An object that represents category of emojis.
struct Category: Decodable
An object that represents emoji.
struct Emoji: Decodable, Identifiable
An object that represents skin tones for emojis.
struct Skin: Decodable