bot.simple_commands Module#
The module contains some basic functionality.
- async bot.simple_commands.info(update, context)#
Returns some info about the bot.
- Parameters:
update (
telegram._update.Update) – The Telegram update.context (
telegram.ext._callbackcontext.CallbackContext[telegram.ext._extbot.ExtBot[None],typing.Dict[typing.Any,typing.Any],typing.Dict[typing.Any,typing.Any],typing.Dict[typing.Any,typing.Any]]) – The callback context as provided by the application.
- Return type: