interface ChatJoinRequestimport { type ChatJoinRequest } from "https://dotland.deno.dev/x/grammy@v1.12.0/types.deno.ts"; Represents a join request sent to a chat. Propertieschat: Chat.SupergroupChat | Chat.ChannelChatChat to which the request was sent from: UserUser that sent the join request date: numberDate the request was sent in Unix time optionalbio: stringBio of the user. optionalinvite_link: ChatInviteLinkChat invite link that was used by the user to send the join request import ChatJoinRequestimport { ChatJoinRequest } from "https://dotland.deno.dev/x/grammy@v1.12.0/types.deno.ts";