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

Function chat_boost

tests/ext/test_chatboosthandler.py:49–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47
48
49def chat_boost():
50 return ChatBoost(
51 "1",
52 from_timestamp(int(time.time())),
53 from_timestamp(int(time.time())),
54 ChatBoostSourcePremium(
55 User(1, "first_name", False),
56 ),
57 )
58
59
60@pytest.fixture(scope="module")

Callers 2

chat_boost_updatedFunction · 0.70

Calls 4

ChatBoostClass · 0.90
from_timestampFunction · 0.90
UserClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…