editWebhook abstract method

Future<Webhook> editWebhook(
  1. Snowflake webhookId, {
  2. String token = "",
  3. String? name,
  4. SnowflakeEntity? channel,
  5. AttachmentBuilder? avatarAttachment,
  6. String? auditReason,
})

Implementation

Future<Webhook> editWebhook(Snowflake webhookId,
    {String token = "",
    String? name,
    SnowflakeEntity? channel,
    AttachmentBuilder?  avatarAttachment,
    String? auditReason});