import { type JoinRequest } from "https://deno.land/x/mtkruto@0.2.50/types/3_join_request.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.