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

x/mtkruto/tl/2_types.ts>ChannelAdminLogEventActionParticipantJoinByRequest_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class ChannelAdminLogEventActionParticipantJoinByRequest_
import { ChannelAdminLogEventActionParticipantJoinByRequest_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

A new member was accepted to the chat by an admin

Constructors

new
ChannelAdminLogEventActionParticipantJoinByRequest_(params: { invite: enums.ExportedChatInvite; approved_by: bigint; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
approved_by: bigint

ID of the admin that approved the invite

invite: enums.ExportedChatInvite

The invite link that was used to join the chat

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc