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

Function paid_media_preview

tests/test_paidmedia.py:292–297  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

290
291@pytest.fixture
292def paid_media_preview():
293 return PaidMediaPreview(
294 width=TestPaidMediaPreviewWithoutRequest.width,
295 height=TestPaidMediaPreviewWithoutRequest.height,
296 duration=TestPaidMediaPreviewWithoutRequest.duration,
297 )
298
299
300class TestPaidMediaPreviewWithoutRequest(PaidMediaTestBase):

Callers

nothing calls this directly

Calls 1

PaidMediaPreviewClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…