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

Function log_out

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

Source from the content-addressed store, hash-verified

205
206
207def log_out(token):
208 method_url = r'logOut'
209 return _make_request(token, method_url)
210
211
212def close(token):

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…