CustomStatusResponse constructor

const CustomStatusResponse({
  1. required bool emojiAnimated,
  2. String? text,
  3. DateTime? expiresAt,
  4. SnowflakeType? emojiId,
  5. String? emojiName,
})

Implementation

const CustomStatusResponse({
  required this.emojiAnimated,
  this.text,
  this.expiresAt,
  this.emojiId,
  this.emojiName,
});