MCPcopy Index your code
hub / github.com/eternnoir/pyTelegramBotAPI / close

Function close

telebot/apihelper.py:212–214  ·  view source on GitHub ↗
(token)

Source from the content-addressed store, hash-verified

210
211
212def close(token):
213 method_url = r'close'
214 return _make_request(token, method_url)
215
216
217def get_file(token, file_id):

Callers

nothing calls this directly

Calls 1

_make_requestFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…