Gets a webhook by its id and/or token. If token is supplied authentication is not needed.
Future<IWebhook> fetchWebhook(Snowflake id, {String token = ""});