Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface PopupParams

    interface PopupParams {
        buttons?: PopupButton[];
        message: string;
        title?: string;
    }
    Index

    Properties

    buttons?: PopupButton[]
    message: string
    title?: string