CustomStatusPayload constructor
const
CustomStatusPayload({
- String? text,
- dynamic expiresAt,
- SnowflakeType? emojiId,
- String? emojiName,
Implementation
const CustomStatusPayload({
this.text,
this.expiresAt,
this.emojiId,
this.emojiName,
});