class Api.ChatParticipant extends VirtualClass<{ userId: long; inviterId: long; date: int; }>import { Api } from "https://deno.land/x/grm@0.5.4/mod.ts"; const { ChatParticipant } = Api; PropertiesclassName: "ChatParticipant"classType: "constructor"CONSTRUCTOR_ID: 3224190983date: intinviterId: longSUBCLASS_OF_ID: 2105307014userId: longStatic MethodsfromReader(reader: Reader): ChatParticipant