teleproto - v1.229.0
    Preparing search index...

    Interface MessagesSetBotCallbackAnswerParams

    interface MessagesSetBotCallbackAnswerParams {
        alert?: boolean;
        cacheTime: number;
        message?: string;
        queryId: BigInteger;
        url?: string;
    }
    Index
    alert?: boolean

    Whether to show the message as a popup instead of a toast notification

    cacheTime: number

    Cache validity

    message?: string

    Popup to show

    queryId: BigInteger

    Query ID

    url?: string

    URL to open