Preparing search index...
The search index is not available
telegramsjs
telegramsjs
IRestEventHandlers
Interface IRestEventHandlers
interface
IRestEventHandlers
{
apiRequest
:
(
(
method
:
string
,
options
:
RequestInit
)
=>
PossiblyAsync
<
void
>
)
;
apiResponse
:
(
(
method
:
string
,
response
:
IRequestSuccess
<
unknown
>
|
IRequestFailt
)
=>
PossiblyAsync
<
void
>
)
;
rateLimit
:
(
(
rateLimitData
:
IRateLimitData
)
=>
PossiblyAsync
<
void
>
)
;
}
Index
Properties
api
Request
api
Response
rate
Limit
Properties
api
Request
api
Request
:
(
(
method
:
string
,
options
:
RequestInit
)
=>
PossiblyAsync
<
void
>
)
api
Response
api
Response
:
(
(
method
:
string
,
response
:
IRequestSuccess
<
unknown
>
|
IRequestFailt
)
=>
PossiblyAsync
<
void
>
)
rate
Limit
rate
Limit
:
(
(
rateLimitData
:
IRateLimitData
)
=>
PossiblyAsync
<
void
>
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
api
Request
api
Response
rate
Limit
telegramsjs
Loading...