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

Function paid_media_video

tests/test_paidmedia.py:192–195  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

190
191@pytest.fixture
192def paid_media_video():
193 return PaidMediaVideo(
194 video=TestPaidMediaVideoWithoutRequest.video,
195 )
196
197
198class TestPaidMediaVideoWithoutRequest(PaidMediaTestBase):

Callers

nothing calls this directly

Calls 1

PaidMediaVideoClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…