GuildStickerMetadataResponse constructor
const
GuildStickerMetadataResponse({})
Implementation
const GuildStickerMetadataResponse({
required this.id,
required this.guildId,
required this.name,
required this.animated,
required this.allowCloning,
});