Guide
Advanced
Introduction
Built-in
Official
Third-party
Examples
grammY
Telegram
Tools
Overview
Tutorials
Appearance
Options for session middleware if multi sessions are used. Specify "type": "multi" in the options to use multi sessions.
"type": "multi"
Source
S
C extends Context
S extends Record<string, any> ? { type: "multi" } & MultiSessionOptionsRecord<S, C> : never