Skip to main content
Module

x/mtkruto/mod.ts>GetCreatedInviteLinksParams

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

Properties

optional
by: ID

The identifier of an admin. If specified, only invite links created by this admin will be returned.

optional
limit: number

The maximum number of results to return. Must be in the range 1-100. Defaults to 100.

optional
revoked: boolean

Whether only revoked invite links must be returned.

optional
afterDate: Date