teleproto - v1.229.0
    Preparing search index...

    Class BotCallbackAnswer

    Hierarchy (View Summary)

    • VirtualClass<
          {
              alert?: boolean;
              cacheTime: int;
              hasUrl?: boolean;
              message?: string;
              nativeUi?: boolean;
              url?: string;
          },
      >
      • BotCallbackAnswer
    Index
    • Parameters

      • args: {
            alert?: boolean;
            cacheTime: number;
            hasUrl?: boolean;
            message?: string;
            nativeUi?: boolean;
            url?: string;
        }

      Returns BotCallbackAnswer

    • Returns {
          alert?: boolean;
          cacheTime: number;
          hasUrl?: boolean;
          message?: string;
          nativeUi?: boolean;
          url?: string;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    alert?: boolean
    cacheTime: number
    className: "messages.BotCallbackAnswer"
    classType: "constructor"
    CONSTRUCTOR_ID: 911761060
    hasUrl?: boolean
    message?: string
    nativeUi?: boolean
    originalArgs: {
        alert?: boolean;
        cacheTime: number;
        hasUrl?: boolean;
        message?: string;
        nativeUi?: boolean;
        url?: string;
    }
    SUBCLASS_OF_ID: 1817039244
    url?: string