Telegex.delete_webhook
You're seeing just the function
delete_webhook
, go back to Telegex module for more information.
Specs
delete_webhook([{:drop_pending_updates, boolean()}]) :: {:ok, boolean()} | {:error, Telegex.Model.errors()}
Use this method to remove webhook integration if you decide to switch back to getUpdates. Returns True on success. Requires no parameters.