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

    Interface Options<TContext>

    interface Options<TContext extends Context> {
        contextType: new (
            ...args: [
                update: Deunionize<Update>,
                telegram: Telegram,
                botInfo: UserFromGetMe,
            ],
        ) => TContext;
        handlerTimeout: number;
        telegram?: Partial<Options>;
    }

    Type Parameters

    Index

    Properties

    contextType: new (
        ...args: [
            update: Deunionize<Update>,
            telegram: Telegram,
            botInfo: UserFromGetMe,
        ],
    ) => TContext
    handlerTimeout: number
    telegram?: Partial<Options>