class Api.UpdateUserPhone extends VirtualClass<{ userId: long; phone: string; }>import { Api } from "https://deno.land/x/grm@0.6.0/mod.ts"; const { UpdateUserPhone } = Api; PropertiesclassName: "UpdateUserPhone"classType: "constructor"CONSTRUCTOR_ID: 88680979phone: stringSUBCLASS_OF_ID: 2676568142userId: longStatic MethodsfromReader(reader: Reader): UpdateUserPhone