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