GuildStickerWithUserResponse constructor
const
GuildStickerWithUserResponse({})
Implementation
const GuildStickerWithUserResponse({
required this.id,
required this.name,
required this.description,
required this.tags,
required this.animated,
required this.nsfw,
required this.user,
});