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

Function chat_boost_removed

tests/test_chatboost.py:427–433  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

425
426@pytest.fixture(scope="module")
427def chat_boost_removed():
428 return ChatBoostRemoved(
429 chat=ChatBoostDefaults.chat,
430 boost_id=ChatBoostDefaults.boost_id,
431 remove_date=ChatBoostDefaults.date,
432 source=ChatBoostDefaults.default_source,
433 )
434
435
436class TestChatBoostRemovedWithoutRequest(ChatBoostDefaults):

Callers

nothing calls this directly

Calls 1

ChatBoostRemovedClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…