import { type JoinRequest } from "https://deno.land/x/mtkruto@0.6.2/3_types.ts";
A join request.
Properties
chat: ChatP
The chat that the user requested to join.
user: User
The user who made the join request.
date: Date
The point in time in which the join request was made.
optional
inviteLink: InviteLinkThe invite link that the user used to make the join request.