editWebhook abstract method

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

Implementation

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