Type alias NarrowedContext<C, U>

NarrowedContext<C, U>: Context<U> & Omit<C, keyof Context>

Narrows down C['update'] (and derived getters) to specific update type U.

Used by [[Composer]], possibly useful for splitting a bot into multiple files.

Type Parameters

  • C extends Context

  • U extends tg.Update

Generated using TypeDoc