Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/types/3_join_request.ts>JoinRequest

Cross-runtime JavaScript library for building Telegram clients
Latest
interface JoinRequest
import { type JoinRequest } from "https://deno.land/x/mtkruto@0.2.24/types/3_join_request.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.