WebhookResponse constructor
const
WebhookResponse({})
Implementation
const WebhookResponse({
required this.id,
required this.guildId,
required this.channelId,
required this.name,
required this.token,
required this.user,
this.avatar,
});