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

Class EndPointNotFound

src/telegram/error.py:128–135  ·  view source on GitHub ↗

Raised when the requested endpoint is not found. Only relevant for :meth:`telegram.Bot.do_api_request`. .. versionadded:: 20.8

Source from the content-addressed store, hash-verified

126
127
128class EndPointNotFound(TelegramError):
129 """Raised when the requested endpoint is not found. Only relevant for
130 :meth:`telegram.Bot.do_api_request`.
131
132 .. versionadded:: 20.8
133 """
134
135 __slots__ = ()
136
137
138class NetworkError(TelegramError):

Callers 1

do_api_requestMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…