Skip to main content
Module

x/mtkruto/mod.ts>ChatMemberUpdated

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface ChatMemberUpdated
Re-export
import { type ChatMemberUpdated } from "https://deno.land/x/mtkruto@0.1.301/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
viaSharedFolder: boolean

Whether the user joined from a shared folder.