teleproto - v1.229.0
    Preparing search index...

    Class UpdateNewBotConnection

    Hierarchy (View Summary)

    • VirtualClass<
          {
              botId: long;
              confirmed?: boolean;
              date?: int;
              device?: string;
              location?: string;
          },
      >
      • UpdateNewBotConnection
    Index
    • Parameters

      • args: {
            botId: BigInteger;
            confirmed?: boolean;
            date?: number;
            device?: string;
            location?: string;
        }

      Returns UpdateNewBotConnection

    • Returns {
          botId: BigInteger;
          confirmed?: boolean;
          date?: number;
          device?: string;
          location?: string;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    botId: BigInteger
    className: "UpdateNewBotConnection"
    classType: "constructor"
    confirmed?: boolean
    CONSTRUCTOR_ID: 2988475302
    date?: number
    device?: string
    location?: string
    originalArgs: {
        botId: BigInteger;
        confirmed?: boolean;
        date?: number;
        device?: string;
        location?: string;
    }
    SUBCLASS_OF_ID: 2676568142