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
apiRequest
:
(
method
:
string
,
options
:
RequestInit
)
=>
PossiblyAsync
<
void
>
api
Response
apiResponse
:
(
method
:
string
,
response
:
IRequestSuccess
<
unknown
>
|
IRequestFailt
,
)
=>
PossiblyAsync
<
void
>
rate
Limit
rateLimit
:
(
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...