Proyecto audio control. inicado con panel y control.
This commit is contained in:
11
node_modules/telegraf/typings/session.d.ts
generated
vendored
Normal file
11
node_modules/telegraf/typings/session.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
/** @format */
|
||||
|
||||
import { TelegrafContext } from './context'
|
||||
import { Middleware } from './composer'
|
||||
|
||||
export declare function session<TContext extends TelegrafContext>(opts?: {
|
||||
property?: string
|
||||
store?: Map<string, any>
|
||||
getSessionKey?: (ctx: TContext) => string
|
||||
ttl?: number
|
||||
}): Middleware<TContext>
|
||||
Reference in New Issue
Block a user