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

    Interface MiniAppButtonOptions

    interface MiniAppButtonOptions {
        requestWriteAccess?: boolean;
        startPayload?: string;
        stayInChat?: boolean;
        text: string;
        webAppUrl: string;
    }
    Index

    Properties

    requestWriteAccess?: boolean
    startPayload?: string
    stayInChat?: boolean
    text: string
    webAppUrl: string