interface ChatJoinRequestRe-exportimport { type ChatJoinRequest } from "https://deno.land/x/grammy@v1.10.1/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