Skip to main content
Module

x/mtkruto/mod.ts>JoinRequest

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface JoinRequest
Re-export
import { type JoinRequest } from "https://deno.land/x/mtkruto@0.2.24/mod.ts";

A join request.

Properties

chat: ChatP

The chat that the user requested to join.

user: User

The user who made the join request.

date: Date

The point in time in which the join request was made.

optional
bio: string

The bio of the user who made the join request.