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

Function chat_boost

tests/test_chatboost.py:270–276  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

268
269@pytest.fixture(scope="module")
270def chat_boost():
271 return ChatBoost(
272 boost_id=ChatBoostDefaults.boost_id,
273 add_date=ChatBoostDefaults.date,
274 expiration_date=ChatBoostDefaults.date,
275 source=ChatBoostDefaults.default_source,
276 )
277
278
279class TestChatBoostWithoutRequest(ChatBoostDefaults):

Callers

nothing calls this directly

Calls 1

ChatBoostClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…