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

Function paid_media_info

tests/test_paidmedia.py:395–399  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

393
394@pytest.fixture(scope="module")
395def paid_media_info():
396 return PaidMediaInfo(
397 star_count=PaidMediaInfoTestBase.star_count,
398 paid_media=PaidMediaInfoTestBase.paid_media,
399 )
400
401
402@pytest.fixture(scope="module")

Callers

nothing calls this directly

Calls 1

PaidMediaInfoClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…