Search
Preparing search index...
The search index is not available
telegram
Options
All
Public
Public/Protected
All
Inherited
Menu
telegram
errors
NotFoundError
Class NotFoundError
An attempt to invoke a non-existent object, such as a method.
Hierarchy
RPCError
NotFoundError
Index
Constructors
constructor
Methods
_fmt
Request
Properties
code
error
Message
Constructors
constructor
new
Not
Found
Error
(
message
:
string
, request
:
AnyRequest
, code
?:
number
)
:
NotFoundError
Parameters
message:
string
request:
AnyRequest
Optional
code:
number
Returns
NotFoundError
Methods
Static
_fmt
Request
_fmt
Request
(
request
:
AnyRequest
)
:
string
Parameters
request:
AnyRequest
Returns
string
Properties
code
code
:
number
= 404
error
Message
error
Message
:
string
= "NOT_FOUND"
Exports
helpers
password
utils
client
errors
extensions
sessions
Api
tl
custom
Not
Found
Error
constructor
_fmt
Request
code
error
Message
Generated using
TypeDoc
An attempt to invoke a non-existent object, such as a method.