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

Function chat_permissions

tests/test_bot.py:146–147  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144
145@pytest.fixture(scope="module")
146def chat_permissions():
147 return ChatPermissions(can_send_messages=False, can_change_info=False, can_invite_users=False)
148
149
150def inline_results_callback(page=None):

Callers

nothing calls this directly

Calls 1

ChatPermissionsClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…