class network.RequestStateRe-exportimport { network } from "https://deno.land/x/grm@0.8.0/src/mod.ts"; const { RequestState } = network; ConstructorsnewRequestState(request: any, after?)Propertiesafter: anyoptionalcontainerId: bigInt.BigIntegerdata: BufferoptionalmsgId: bigInt.BigIntegerpromise: Promise<unknown>reject: (reason?: any) => voidrequest: anyresolve: (value?: any) => voidresult: undefined