Telegex.close
You're seeing just the function
close
, go back to Telegex module for more information.
Specs
close() :: {:ok, boolean()} | {:error, Telegex.Model.errors()}
Use this method to close the bot instance before moving it from one local server to another. You need to delete the webhook before calling this method to ensure that the bot isn't launched again after server restart. he method will return error 429 in the first 10 minutes after the bot is launched. Returns True on success. Requires no parameters.