Preparing search index...
The search index is not available
tgify.js - v1.0.4
tgify.js
Tgify
Options
Interface Options<TContext>
interface
Options
<
TContext
>
{
contextType
:
(
new
(
...
args
)
=>
TContext
)
;
handlerTimeout
:
number
;
telegram
?:
Partial
<
Options
>
;
}
Type Parameters
TContext
extends
Context
Index
Properties
context
Type
handler
Timeout
telegram?
Properties
context
Type
context
Type
:
(
new
(
...
args
)
=>
TContext
)
Type declaration
new
(
...
args
)
:
TContext
Parameters
Rest
...
args
:
[
update
:
Deunionize
<
Update
>
,
telegram
:
Telegram
,
botInfo
:
UserFromGetMe
]
Returns
TContext
handler
Timeout
handler
Timeout
:
number
Optional
telegram
telegram
?:
Partial
<
Options
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
context
Type
handler
Timeout
telegram
tgify.js - v1.0.4
Loading...