import { type ChatJoinRequest } from "https://deno.land/x/grammy@v1.12.0/types.deno.ts";
Represents a join request sent to a chat.
Properties
chat: Chat.SupergroupChat | Chat.ChannelChat
Chat to which the request was sent
from: User
User that sent the join request
optional
invite_link: ChatInviteLinkChat invite link that was used by the user to send the join request