ultra-telegram-framework
    Preparing search index...

    Type Alias MenuPageOptions

    type MenuPageOptions = {
        back?: string;
        backText?: string;
    }
    Index

    Properties

    Properties

    back?: string

    ID of the page the "Back" button leads to. If not specified, the button will not be shown.

    backText?: string

    Text for the "Back" button (default is "⬅️ Back")