interface ChatMemberUpdatedimport { type ChatMemberUpdated } from "https://dotland.deno.dev/x/grammy@v1.12.4/types.web.ts"; This object represents changes in the status of a chat member. Propertieschat: ChatChat the user belongs to from: UserPerformer of the action, which resulted in the change date: numberDate the change was done in Unix time old_chat_member: ChatMemberPrevious information about the chat member new_chat_member: ChatMemberNew information about the chat member optionalinvite_link: ChatInviteLinkChat invite link, which was used by the user to join the chat; for joining by invite link events only. import ChatMemberUpdatedimport { ChatMemberUpdated } from "https://dotland.deno.dev/x/grammy@v1.12.4/types.web.ts";