CustomStatusResponse constructor
const
CustomStatusResponse({
- required bool emojiAnimated,
- String? text,
- DateTime? expiresAt,
- SnowflakeType? emojiId,
- String? emojiName,
Implementation
const CustomStatusResponse({
required this.emojiAnimated,
this.text,
this.expiresAt,
this.emojiId,
this.emojiName,
});