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

Function chat_boost_updated

tests/test_chatboost.py:358–362  ·  view source on GitHub ↗
(chat_boost)

Source from the content-addressed store, hash-verified

356
357@pytest.fixture(scope="module")
358def chat_boost_updated(chat_boost):
359 return ChatBoostUpdated(
360 chat=ChatBoostDefaults.chat,
361 boost=chat_boost,
362 )
363
364
365class TestChatBoostUpdatedWithoutRequest(ChatBoostDefaults):

Callers

nothing calls this directly

Calls 1

ChatBoostUpdatedClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…