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

Function reply_parameters

tests/test_reply.py:227–238  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

225
226@pytest.fixture(scope="module")
227def reply_parameters():
228 return ReplyParameters(
229 message_id=ReplyParametersTestBase.message_id,
230 chat_id=ReplyParametersTestBase.chat_id,
231 allow_sending_without_reply=ReplyParametersTestBase.allow_sending_without_reply,
232 quote=ReplyParametersTestBase.quote,
233 quote_parse_mode=ReplyParametersTestBase.quote_parse_mode,
234 quote_entities=ReplyParametersTestBase.quote_entities,
235 quote_position=ReplyParametersTestBase.quote_position,
236 checklist_task_id=ReplyParametersTestBase.checklist_task_id,
237 poll_option_id=ReplyParametersTestBase.poll_option_id,
238 )
239
240
241class ReplyParametersTestBase:

Callers

nothing calls this directly

Calls 1

ReplyParametersClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…