Skip to main content
Module

x/grammy_menu/deps.deno.ts>ChatMemberUpdated

Easily create interactive menus with grammY.
Go to Latest
interface ChatMemberUpdated
Re-export
import { type ChatMemberUpdated } from "https://deno.land/x/grammy_menu@v1.1.2/deps.deno.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

date: number

Date the change was done in Unix time

old_chat_member: ChatMember

Previous information about the chat member

new_chat_member: ChatMember

New information about the chat member