Skip to main content
Module

x/grammy_hydrate/deps.deno.ts>ChatMemberBanned

Hydration plugin for API calls and context objects.
Latest
interface ChatMemberBanned
import { type ChatMemberBanned } from "https://deno.land/x/grammy_hydrate@v1.4.1/deps.deno.ts";

Represents a chat member that was banned in the chat and can't return to the chat or view chat messages.

Properties

status: "kicked"

The member's status in the chat, always “kicked”

user: User

Information about the user

until_date: number

Date when restrictions will be lifted for this user; Unix time. If 0, then the user is banned forever