interface ChatInviteLinkimport { type ChatInviteLink } from "https://dotland.deno.dev/x/grammy@v1.12.0/types.deno.ts"; Represents an invite link for a chat. Propertiesinvite_link: stringThe invite link. If the link was created by another chat administrator, then the second part of the link will be replaced with "...". creator: UserCreator of the link creates_join_request: booleanTrue, if users joining the chat via the link need to be approved by chat administrators is_primary: booleanTrue, if the link is primary is_revoked: booleanTrue, if the link is revoked optionalname: stringInvite link name optionalexpire_date: numberPoint in time (Unix timestamp) when the link will expire or has been expired optionalmember_limit: numberThe maximum number of users that can be members of the chat simultaneously after joining the chat via this invite link; 1-99999 optionalpending_join_request_count: numberNumber of pending join requests created using this link import ChatInviteLinkimport { ChatInviteLink } from "https://dotland.deno.dev/x/grammy@v1.12.0/types.deno.ts";