tgify.js - v1.3.0
    Preparing search index...

    Type Alias NarrowedContext<C, U>

    NarrowedContext: 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