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

Function chat_join_request

tests/test_chatjoinrequest.py:39–49  ·  view source on GitHub ↗
(bot, time)

Source from the content-addressed store, hash-verified

37
38@pytest.fixture(scope="module")
39def chat_join_request(bot, time):
40 cjr = ChatJoinRequest(
41 chat=ChatJoinRequestTestBase.chat,
42 from_user=ChatJoinRequestTestBase.from_user,
43 date=time,
44 bio=ChatJoinRequestTestBase.bio,
45 invite_link=ChatJoinRequestTestBase.invite_link,
46 user_chat_id=ChatJoinRequestTestBase.from_user.id,
47 )
48 cjr.set_bot(bot)
49 return cjr
50
51
52class ChatJoinRequestTestBase:

Callers

nothing calls this directly

Calls 2

ChatJoinRequestClass · 0.90
set_botMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…