Preparing search index...
The search index is not available
nestjs-telegraf
nestjs-telegraf
TelegrafModuleOptions
Interface TelegrafModuleOptions
interface
TelegrafModuleOptions
{
botName
?:
string
;
include
?:
Function
[]
;
launchOptions
?:
false
|
LaunchOptions
;
middlewares
?:
readonly
Middleware
<
any
>
[]
;
options
?:
Partial
<
Options
<
any
>
>
;
token
:
string
;
}
Index
Properties
bot
Name?
include?
launch
Options?
middlewares?
options?
token
Properties
Optional
bot
Name
bot
Name
?:
string
Optional
include
include
?:
Function
[]
Optional
launch
Options
launch
Options
?:
false
|
LaunchOptions
Optional
middlewares
middlewares
?:
readonly
Middleware
<
any
>
[]
Optional
options
options
?:
Partial
<
Options
<
any
>
>
token
token
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
bot
Name
include
launch
Options
middlewares
options
token
nestjs-telegraf
Loading...