MCPcopy Index your code
hub / github.com/python-telegram-bot/python-telegram-bot / bot_command

Function bot_command

tests/test_botcommand.py:27–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25
26@pytest.fixture(scope="module")
27def bot_command():
28 return BotCommand(command="start", description="A command")
29
30
31class TestBotCommandWithoutRequest:

Callers

nothing calls this directly

Calls 1

BotCommandClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…