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