ultra-telegram-framework
    Preparing search index...

    Type Alias PageEntry<C>

    type PageEntry<C extends Context> = {
        options?: MenuPageOptions;
        render: MenuPageRender<C>;
    }

    Type Parameters

    Index

    Properties

    Properties

    options?: MenuPageOptions
    render: MenuPageRender<C>