Emoji constructor
Implementation
Emoji(
    {required this.id,
    required this.name,
    this.roles,
    this.user,
    this.requireColons,
    this.managed,
    this.animated,
    this.available});
Emoji(
    {required this.id,
    required this.name,
    this.roles,
    this.user,
    this.requireColons,
    this.managed,
    this.animated,
    this.available});