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>UpdateGroupInvitePrivacyForbidden_

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

0-N updates of this type may be returned only when invoking messages.addChatUser, channels.inviteToChannel or messages.createChat: it indicates we couldn't add a user to a chat because of their privacy settings; if required, an invite link can be shared with the user, instead.

Constructors

new
UpdateGroupInvitePrivacyForbidden_(params: { user_id: bigint; })

Properties

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

ID of the user we couldn't add.

Static Properties

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