Telegex.get_my_commands
You're seeing just the function
get_my_commands
, go back to Telegex module for more information.
Specs
get_my_commands() :: {:ok, [Telegex.Model.BotCommand.t()]} | {:error, Telegex.Model.errors()}
Use this method to get the current list of the bot's commands.
Requires no parameters. Returns Array of Telegex.Model.BotCommand
on success.