teleproto - v1.229.0
    Preparing search index...

    Class UpdateBotCallbackQuery

    Hierarchy (View Summary)

    • VirtualClass<
          {
              chatInstance: long;
              data?: bytes;
              gameShortName?: string;
              msgId: int;
              peer: TypePeer;
              queryId: long;
              userId: long;
          },
      >
      • UpdateBotCallbackQuery
    Index
    • Parameters

      • args: {
            chatInstance: BigInteger;
            data?: bytes;
            gameShortName?: string;
            msgId: number;
            peer: TypePeer;
            queryId: BigInteger;
            userId: BigInteger;
        }

      Returns UpdateBotCallbackQuery

    • Returns {
          chatInstance: BigInteger;
          data?: bytes;
          gameShortName?: string;
          msgId: number;
          peer: TypePeer;
          queryId: BigInteger;
          userId: BigInteger;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    chatInstance: BigInteger
    className: "UpdateBotCallbackQuery"
    classType: "constructor"
    CONSTRUCTOR_ID: 3117401229
    data?: bytes
    gameShortName?: string
    msgId: number
    originalArgs: {
        chatInstance: BigInteger;
        data?: bytes;
        gameShortName?: string;
        msgId: number;
        peer: TypePeer;
        queryId: BigInteger;
        userId: BigInteger;
    }
    peer: TypePeer
    queryId: BigInteger
    SUBCLASS_OF_ID: 2676568142
    userId: BigInteger