Skip to main content
Module

x/grammy/types.web.ts>ChatInviteLink

The Telegram Bot Framework.
Very Popular
Go to Latest
interface ChatInviteLink
Re-export
import { type ChatInviteLink } from "https://deno.land/x/grammy@v1.14.0/types.web.ts";

Represents an invite link for a chat.

Properties

creator: User

Creator of the link

creates_join_request: boolean

True, if users joining the chat via the link need to be approved by chat administrators

is_primary: boolean

True, if the link is primary

is_revoked: boolean

True, if the link is revoked

optional
name: string

Invite link name

optional
expire_date: number

Point in time (Unix timestamp) when the link will expire or has been expired

optional
member_limit: number

The maximum number of users that can be members of the chat simultaneously after joining the chat via this invite link; 1-99999

optional
pending_join_request_count: number

Number of pending join requests created using this link