interface InviteLinkRe-exportimport { type InviteLink } from "https://deno.land/x/mtkruto@0.1.157/3_types.ts"; A chat invite link. PropertiesinviteLink: stringThe link itself. creator: UserThe user who created the invite link. requiresApproval: booleanWhether an admin must explicitly approve join requests originating from this invite link. revoked: booleanWhether the invite link is revoked. optionaltitle: stringAn optional title. optionalexpiresAt: DateThe point of time in which the invite link is expired at. optionallimit: numberThe times the invite link can be used. optionalpendingJoinRequestCount: numberThe number of pending join requests originating from this invite link.