import { type ChatMemberUpdated } from "https://deno.land/x/mtkruto@0.1.157/mod.ts";
Changes made to a chat member.
Properties
chat: ChatP
The chat in which the change was made.
from: User
The one who made the change.
date: Date
The point of time in which the chat member's status was changed.
oldChatMember: ChatMember
The old status of the chat member.
newChatMember: ChatMember
The new status of the chat member.
optional
inviteLink: InviteLinkThe invite link used to join.