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

Function video_note

tests/_files/test_videonote.py:48–50  ·  view source on GitHub ↗
(bot, chat_id)

Source from the content-addressed store, hash-verified

46
47@pytest.fixture(scope="module")
48async def video_note(bot, chat_id):
49 with data_file("telegram2.mp4").open("rb") as f:
50 return (await bot.send_video_note(chat_id, video_note=f, read_timeout=50)).video_note
51
52
53class VideoNoteTestBase:

Callers

nothing calls this directly

Calls 2

data_fileFunction · 0.90
send_video_noteMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…