import { type ChatMemberUpdated } from "https://deno.land/x/grammy@v1.31.0/types.web.ts";
This object represents changes in the status of a chat member.
Properties
chat: Chat
Chat the user belongs to
from: User
Performer of the action, which resulted in the change
old_chat_member: ChatMember
Previous information about the chat member
new_chat_member: ChatMember
New information about the chat member
optional
invite_link: ChatInviteLinkChat invite link, which was used by the user to join the chat; for joining by invite link events only.
True, if the user joined the chat after sending a direct join request without using an invite link without using an invite link and being approved by an administrator