WebhookBuilder constructor

WebhookBuilder({
  1. required String name,
  2. required Snowflake channelId,
  3. ImageBuilder? avatar,
})

Implementation

WebhookBuilder({required this.name, required this.channelId, this.avatar});